@extends('backend.template') @section('content')

{{ label('Menus Details') }}

{{-- --}}

{{$data['parent_menu']}}

Parent Menu :     {{$data->parent_menu}}

Menulocations Id :     {{$data->menulocations_id}}

Title :     {{$data->title}}

Alias :     {{$data->alias}}

Type :     {{$data->type}}

Ref :     {{$data->ref}}

Target :     {{$data->target}}

Display Order :     {{$data->display_order}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection