@extends('layouts.admin') @php $is_update = false; if(isset($meal) && !empty($meal)){ $is_update = true; } @endphp @section('css') @endsection @section('breadcrumb')

{{ $is_update ? 'Edit' : 'Add new' }} food

@endsection @section('content')
@csrf @if($is_update) @endif
{{--
--}}
{{-- --}} {{-- --}} Meal
{{-- --}}
@endsection @section('script-bottom') @endsection