{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->id !!}

{!! Form::label('restaurant_id', 'Restaurant Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->restaurant_id !!}

{!! Form::label('method', 'Method:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->method !!}

{!! Form::label('amount', 'Amount:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->amount !!}

{!! Form::label('paid_date', 'Paid Date:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->paid_date !!}

{!! Form::label('note', 'Note:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->note !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantsPayout->updated_at !!}