@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Permission', 'url' => route('admin.permissions.index')], ['label' => 'Update', 'url' => '#', 'active' => true], ]; @endphp
@csrf
Cancel
@endsection @section('scripts') @endsection