@extends('admin.layouts.master') @section('title', 'Add addon - Admin') @section('body')
@include('admin.message')

{{ __('Add New Addon') }}

{{ __('UPLOAD ADDON FILE (ZIP FILE)') }} :

{{ csrf_field() }} {{ method_field('POST') }}


@endsection