@extends('dashboard.settings.index') @push('before-styles') @endpush @section('settings_title', trans('lang.permission_table')) @section('settings_content') @include('flash::message')
@include('dashboard.settings.permissions.table')
@endsection @push('after-scripts') @endpush