@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Admins', 'url' => route('admin.admins.index')], ['label' => 'Edit Admin', 'url' => '#', 'active' => true], ]; @endphp
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Select one or more roles for this admin.
Cancel
@endsection @section('scripts') @endsection