@extends('layouts.admin.main') @section('title', 'Category edit') @section('header')
@endsection @section('content')
@if (isset($food))

Edit Food

@else

Add Food

@endif
@include('layouts.messages')
@csrf
Food @if (isset($food)) @endif
Cancel
@endsection @section('scripts') @parent @endsection