@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') {{-- DataTables will populate --}}
S.N Name Permissions Actions
@endsection @section('scripts') @include('role.partials.scripts') @endsection