@extends('layouts.app') @section('pagecontent')

Update user

@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
Cancel
@endsection @section('scripts') @include('inc.scripts') @endsection