@extends('site.layouts.app') @section('title', 'Edit Dish') @section('stylesheets') @endsection @section('content')

Dish

Loading...
{{ csrf_field() }}
{{--
--}} {{--
--}}
Gallery
Main Image

Add main Image.

@if ($data->imageMain) @else @endif
Additional Image

Add more images.

@for ($x = 1; $x <= 6; $x++)
@endfor


Current gallery
@foreach ($data->imageNotMain as $image)
@endforeach
@endsection @push('scripts') @endpush