@extends('layouts.app') @section('title', 'Route Assignments - ISP ERP System') @section('page-title', 'Route Assignments Management') @section('styles') @endsection @section('content')
Manage route assignments for menus
Total Routes
Active Routes
Inactive Routes
Total Menus
| SL | Menu | Route | Permission | Status | Sort Order | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ ($routeAssigns->currentPage() - 1) * $routeAssigns->perPage() + $loop->iteration }} |
@if($routeAssign->menu)
@if($routeAssign->menu->parent)
{{ $routeAssign->menu->parent->name }}
@else
{{ $routeAssign->menu->name }}
@endif
@else
No Menu
@endif
└─ {{ $routeAssign->menu->name }} |
{{ $routeAssign->route }}
|
@if($routeAssign->permission)
{{ $routeAssign->permission->description }}
@else
No Permission
@endif
{{ $routeAssign->permission->permission_key }}
|
@if($routeAssign->is_active) Active @else Inactive @endif | {{ $routeAssign->sort_order ?? 'N/A' }} | {{ $routeAssign->created_at->format('M d, Y') }} |