@extends("layouts.dashboard.app") @section("page-nav-title")

Add On Category

edit add on category

@endsection @section("content")
@csrf @method('put')

Add Ons Option

#ID English name Arabic name Price POS
{{$addOnsList->id}}
@error("add_ons_list_en")
{{$message}}
@enderror
@error("add_ons_list_ar")
{{$message}}
@enderror
@error("price")
{{$message}}
@enderror
@error("point_of_sale")
{{$message}}
@enderror
@endsection @section("scripts") @endsection