@extends('layouts.app') @section('content') @section('css') @endsection

Menu Page Manage Menu Page Carousel

@if(session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
@for ($i = 1; $i <= 4; $i++)
{'menu_title_'.$i} ?? '') }}" class="form-control">
{'menu_description_'.$i} ?? '') }}" class="form-control">
@endfor
show_image ?? false) ? 'checked' : '' }}>

@if(!empty($data->image))
@endif Leave blank to keep current image. Uncheck "Show Image" to remove it.
@section('js') @endsection @endsection