@extends('admin.layouts.layouts') @section('title', 'Roles & Permissions') @section('content')
@can('role-create')
@endcan
# Name Created Date Actions
@endsection @section('page-js') @endsection