@php use Carbon\Carbon; $title = $permission->name; @endphp @extends('layouts.app') @section('title', $title) @section('content')
@include('shared.button', ['type' => 'back', 'url' => route('permissions.index')]) @include('shared.title', [$title]) @include('shared.fake-div')

@csrf @method('PATCH')

@endsection