@extends('layouts.app')
@section('title')
Roles
@endsection
@section('headerWithButton')
{{-- title --}}
@yield('title')
@endsection
@php
$trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider';
@endphp
@section('content')
|
S.N |
Name
|
Permissions |
Actions |
{{-- DataTables will populate --}}
@endsection
@section('scripts')
@include('role.partials.scripts')
@endsection