@extends('layouts.master') @section('Title') List of Addons @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