@extends('admin.master',['menu'=>'setting', 'sub_menu'=>'theme_navbar']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Settings')}}
  • {{ $title }}
@foreach($navbar as $nav) @if($nav->main_id == NULL)
status) checked @endif style="width:20px;height:20px;">
@if($nav->sub) @foreach($navbar as $sub) @if($nav->id == $sub->main_id)
status) checked @endif style="width:20px;height:20px;">
@endif @endforeach @endif @endif @endforeach
@endsection @section('script') @endsection