@extends('layouts.admin') @section('title', $pageTitle) @section('content') @include('include.admin.toast')
@csrf
@error('addon_id')
{{ $message }}
@enderror
@error('license_code')
{{ $message }}
@enderror
@error('addon_zip')
{{ $message }}
@enderror {{ __('If you face issues while uploading the ZIP file, ensure that the file size is within the server\'s allowed limit and increase upload_max_filesize and post_max_size if required.') }}
@endsection