@extends('layouts.admin') @section('title')Roles @endsection @section('content')

 {{ __('Roles') }}

@if($isCreate)   Create New Role @endif
S.No Title Created At Action
@push('page_script') @include('include.dataTableScripts') @endpush @endsection