@extends('layouts.admin') @section('content')
{!! method_field('PUT') !!} {{ csrf_field() }}
Profile Information
@if(!empty(Auth::user()->image)) @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Acounts details
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endsection @section('footer-content') @endsection