@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Permissions'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@can('crear permisos')
@endcan
{{ __('Permission') }} {{ __('Guard') }} {{ __('Actions') }}
@endsection