@extends('layouts.admin')
@section('title') Roles @endsection
@section('page_title') Roles @endsection
@section('content')
@push('page_style')
@include('include.dataTableStyles')
@endpush
S.No |
Title |
Created At |
Action |
@include('role.modals.createRole')
@include('role.modals.editRole')
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection