@extends('admin.layout.base') @section('title', 'Update Driver ') @section('styles') @endsection @section('content')

@lang('admin.member.drivers')

@lang('admin.list_drivers')
@lang('admin.member.update_driver')
{{csrf_field()}}
@if(isset($provider->avatar)) @endif
@lang('admin.member.cancel')
@endsection @section('scripts') @endsection