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

Add Dish

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

Add main Image.

Additional Image

Add more images.

@for ($x = 1; $x <= 5; $x++)
@endfor
@endsection @push('scripts') @endpush