@extends('layouts.admin') @section('content')
@csrf @method('put')
@if($menu->file != NULL)
@endif @if($menu->main_content != NULL)
@endif
This is used to set the display of the menu items in the Front Menu
@endsection