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

Catering Page Manage Catering Page Carousel

@if(session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}

@if(isset($page) && $page->image)
@endif
@section('js') @endsection @endsection