@extends('admin.layouts.master') @section('title', 'Add Addon') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Add Addon') }}
{{ __("Back")}}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Purchase Code :') }}
*
{{ __('UPLOAD ADDON FILE (.ZIP FILE) :') }}
{{ __('Upload') }}
{{ __('Choose file') }}
I agree
Privacy Policy
{{ __("Reset")}}
{{ __("Install Addon !")}}
@endsection @section('script') @endsection