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