@extends('admin.layout') @section('styles') @endsection @php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
Menu Builder
@if (!empty($langs)) @endif
Choose from Redymade Menus
Add / Edit Menu
Website Menus
{{--
--}}
@endsection @section('scripts') @endsection