@extends('layouts.admin') @section('title', 'Add Cuisine') @section('content')
Cuisine Information
@csrf
@error('name')
{{ $message }}
@enderror Unique name for the cuisine
@error('description')
{{ $message }}
@enderror
@error('icon')
{{ $message }}
@enderror Font Awesome icon class (e.g., fas fa-pizza-slice)
@error('display_order')
{{ $message }}
@enderror Lower numbers appear first
@error('image')
{{ $message }}
@enderror Recommended size: 200x200px

Popular cuisines will be highlighted and shown prominently on the homepage.
Icon Preview

The icon will appear in store filters and category listings.

Popular Font Awesome Icons
utensils
pizza-slice
chicken
fish
ice-cream
coffee
bowl-food
egg
@endsection