@extends('layouts.app_layout') @section('content') @php $addRoute = route('roles.create'); @endphp @can('add role') @php $button = ' Add New'; @endphp @endcan
Sl. No. Role Name Landing Page Permissions Actions
@endsection @section('pages-scripts') @endsection