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

@yield('title')

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