@extends('admin.layouts.admin') @section('title','Edit User') @section('page-title','Edit User') @section('content') {{-- ================= FLASH MESSAGES ================= --}} @if(session('success')) @endif @if(session('error')) @endif @if($errors->any())
Please fix the following errors:
@endif
Edit User Update user details and role
@csrf @method('PUT')
is_active ? 'checked' : '' }}>
Cancel
@endsection