@extends('layouts.app')
@section('css')
@endsection
@section('content')
Título:
{{ $navtab->title }}
Orden:
{{ $navtab->order }}
Estado:
{{ $navtab->is_active ? 'Activa' : 'Inactiva' }}
Sección:
{{ $navtab->websection->detail }}
Sub sección:
{{ $navtab->websubsection ? $navtab->websubsection->detail : '-' }}
Info:
{{ $navtab->information ? $navtab->information->title : '-' }}
@endsection
@section('script')
@endsection