@extends('layouts.app') @section('title', 'View Route Assignment - ISP ERP System') @section('page-title', 'Route Assignment Details') @section('content')
View route assignment information
{{ $routeAssign->route }}
{{ $routeAssign->sort_order ?? 'N/A' }}
@if($routeAssign->menu)
{{ $routeAssign->menu->name }}
@if($routeAssign->menu->route)
Route: {{ $routeAssign->menu->route }}
@endif
@else
No Menu Assigned
@endif
@if($routeAssign->permission)
{{ $routeAssign->permission->permission_key }}
@if($routeAssign->is_active) Active @else Inactive @endif
{{ $routeAssign->created_at->format('F d, Y h:i A') }}
{{ $routeAssign->updated_at->format('F d, Y h:i A') }}