Update Profile

In this session update admin profile.

Update Profile
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(Session::has('NotSuccessful') )
{{ session('NotSuccessful')}}
@endif @if(Session::has('Successful') )
{{ session('Successful')}}
@endif
@csrf

In this session update admin profile.