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

{!! $driver->id !!}

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

{!! $driver->user_id !!}

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

{!! $driver->delivery_fee !!}

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

{!! $driver->total_orders !!}

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

{!! $driver->earning !!}

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

{!! $driver->available !!}

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

{!! $driver->created_at !!}

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

{!! $driver->updated_at !!}