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

{!! $driversPayout->id !!}

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

{!! $driversPayout->user_id !!}

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

{!! $driversPayout->method !!}

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

{!! $driversPayout->amount !!}

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

{!! $driversPayout->paid_date !!}

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

{!! $driversPayout->note !!}

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

{!! $driversPayout->created_at !!}

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

{!! $driversPayout->updated_at !!}