@extends('layouts.public') @section('title', 'DA applet request — SYSTRONICS') @section('meta_description', 'Request Document Attachment Applets support for a Sage 300 transaction or screen.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Products', 'title' => 'Document Attachment Applet request', 'lede' => 'Describe the Sage 300 transaction / screen where you need Document Attachment Applets support.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Products', 'url' => route('public.products.index')], ['label' => 'Applet request'], ], ])
@csrf
@error('module'){{ $message }}@enderror
@error('custom_module'){{ $message }}@enderror
@error('transaction'){{ $message }}@enderror
@endsection