@extends('admin.layouts.app') @section('content')

{{__('Update Profile')}}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
img

{{__('Image')}}

{{ __('Accepted Image Files') }}: JPEG, JPG, PNG
{{ __('Recommend Size') }}: 300 x 300 (1MB)

@endsection @push('style') @endpush @push('script') @endpush