@extends('admin.layouts.master-soyuz') @section('title',__('Addon Manager')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__('All Addon')}}
# {{ __('Logo') }} {{ __('Name') }} {{ __('Status') }} {{ __('Version') }} {{ __('Action') }}
@endsection @section('custom-script') @endsection