@extends('backend.partials.master') @section('title') Roles @endsection @section('maincontent')
@if (hasPermission('role_create') == true) New Role @endif

Roles Table

SR NO Name Slug Status Action
@endsection