@extends('admin.layouts.master-soyuz') @section('title',__('Addon Manager')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Addon Manager') }} @endslot @slot('menu1') {{ __('Addon Manager') }} @endslot @slot('button')
{{__("Install new add-on")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{__('All Addon')}}
# {{ __('Logo') }} {{ __('Name') }} {{ __('Status') }} {{ __('Version') }} {{ __('Action') }}
@endsection @section('custom-script') @endsection