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

Permissions :


@include('shared.button', ['type' => 'edit', 'url' => route('roles.edit', $role)]) @include('shared.button', ['type' => 'delete', 'url' => route('roles.destroy', $role)])
@endsection