@extends('fleet.layout.base') @section('title', 'Update Provider ') @section('content')
@lang('admin.back')
@lang('admin.provides.update_provider')
{{csrf_field()}}
@if(isset($provider->picture)) @endif
@lang('admin.cancel')
@endsection