@extends('Admin.layouts.App') @section('content')

Edit User

@if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('Delete'))

{{\Session::get('Delete')}}

@endif

Edit User Form

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
@endsection