@extends('layouts.master-res') @section('Title') Dashboard |Restaurant-Owner @endsection @section('content')

Extras

Manage all Extras

List of Extras

@foreach($addons as $addon) @endforeach
ID Name Category Price Active Action
#{{$addon->id}} {{$addon->name}} {{$addon->addons_category_id}} ${{$addon->price}} Active
ID Name Category Price Active Action
@endsection @section('scripts') @endsection