@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Roles @stop @section('top_import_file') @stop @php $m_and_p_collection = collect($m_and_p); @endphp @section('content')

Roles


@foreach ($roles as $role) @endforeach
Date Role Name Description Permissions Created By Status Actions
{{ $role->created_at->format('d-M-y g:i A') }} {{ $role->name }} {{ $role->description }} {{ $role->username }} {{ $role->status ? 'Active' : 'Inactive' }}
{{-- Modal --}} {{-- Modal --}} {{-- Edit Modal --}} {{-- Edit Modal --}} @stop @section('bottom-scripts') {{-- Tooltip Script --}} {{-- Modal Script --}} {{-- Edit Modal Script --}} {{-- Edit Tier Script --}} {{-- Check All Childs --}} @stop