@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Add Plugin')) @section('content')

{{ __('locale.menu.Add Plugin') }}

{{__('locale.plugins.install_description')}} To get your purchase code please check this Where Is My Purchase Code?

@csrf
@error('purchase_code')
{{ $message }}
@enderror
@error('file')

{{ $message }}

@enderror
{{-- Add the progress bar HTML here --}}
@endsection @section('page-script') @endsection