@extends('admin.layouts.master') @section('main-content')

{{ __('addon.addons') }}

{{ Breadcrumbs::render('addons') }}
@can('departments_create') @endcan
@if(!blank($addons)) @foreach($addons as $addon )
{{$addon->title}}
{{$addon->version}}
{{str_limit($addon->title,45)}}

{{str_limit($addon->description,100)}}

@can('addons_delete') {{ __('Remove') }} @endcan
@endforeach @endif
{{-- delete Model--}} @endsection @section('scripts') @endsection