@extends('layouts.base') @section('title', 'Permissions') @php $trClass = 'px-2 py-1 text-xs leading-tight'; @endphp @section('content')

@yield('title')

{{-- DataTables will populate --}}
S.N Name
@endsection @section('scripts') @include('permission.partials.scripts') @endsection