@extends('admin.layouts.master') @section('title', 'Add addon - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Add addon') }} @endslot @slot('menu1') {{ __('Add addon') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add addon') }}
{{ csrf_field() }} {{ method_field('POST') }}

{{ __('Upload') }}


@endsection @section('script') @endsection