@extends('layouts.master')
@section('Title')
List of Addons
@endsection
@section('content')
| ID |
Name |
Category |
Price |
Active |
Action |
@foreach($addons as $addon)
| #{{$addon->id}} |
{{$addon->name}} |
{{$addon->addons_category_id}} |
${{$addon->price}} |
Active
|
|
|
@endforeach
| ID |
Name |
Category |
Price |
Active |
Action |
@endsection
@section('scripts')
@endsection