@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','menu_section')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','menu_section')->first()->custom_text }}
@csrf @foreach ($navigations as $item) @endforeach
{{ $item->name }} @if ($item->status==1) @else @endif
@endsection