@extends('adminlte::page') @section('title', 'List of Addons') @section('content_header')

Addons Categories - Total ({{count($addons)}})

@stop @section('content')

List of Addons Categories

{{-- --}} @foreach ($addons as $addon) @endforeach
ID Name type ActionCreated at Action
#{{ $addon->id }} {{ $addon->name }} {{ $addon->type}} id."/edit")}}>
ID Name type Action
@stop @section('js') @stop