@extends('layouts.admin') @section('title', 'Create Add-ons') @section('content-header', 'Create Add-ons') @section('content')
@csrf @if ($errors->any()) @endif
Add-ons Information
@error('branch') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('category') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('required') {{ $message }} @enderror

Add-on Order Type Selection
  • Mandatory Order Type
    DINE-IN   TAKE AWAY   DELIVERY

Add-ons (Option & Price)

Option Price Max Quantity Action
@endsection @section('js') @endsection