@extends('backEnd.master') @section('title') {{ $menu_item->title }} @endsection @push('css') @endpush @section('mainContent')
{{--

{{ $menu_item->title }}

--}}
@if ($menu_item->menu_type == 'iframe') @php $iframe = trim($menu_item->iframe_src); @endphp
@elseif($menu_item->menu_type == 'content')
{!! $menu_item->content !!}
@endif
@endsection