@props([ 'manuals' => null, // optional override ]) @php $manuals = $manuals ?? [ ['title' => 'Licentia Franchise SOP', 'description' => 'Standard Operating Procedures (SOP) Manual.', 'url' => null], ['title' => 'Retail Liquor', 'description' => 'Retail liquor related procedures and requirements.', 'url' => null], ['title' => 'Wholesale Liquor', 'description' => 'Wholesale liquor operations & compliance.', 'url' => null], ['title' => 'Business Trade', 'description' => 'Business operations & trade guidance.', 'url' => null], ['title' => 'Certificate of Acceptability', 'description' => 'Certificate requirements and process.', 'url' => null], ['title' => 'Fire Compliance', 'description' => 'Fire safety and compliance documentation.', 'url' => null], ['title' => 'Population', 'description' => 'Demographic / population related guidance.', 'url' => null], ['title' => 'Sampra', 'description' => 'Sampra related manual.', 'url' => null], ['title' => 'Samro', 'description' => 'Samro related manual.', 'url' => null], ['title' => 'Petroleum', 'description' => 'Petroleum operations & safety.', 'url' => null], ['title' => 'Intellectual Property', 'description' => 'IP guidance (trademarks, patents, copyrights).', 'url' => null], ['title' => 'Copy Right', 'description' => 'Copyright information and policies.', 'url' => null], ['title' => 'Trade Marks and Patents', 'description' => 'Trademarks and patents guidance.', 'url' => null], ['title' => 'RefCheck', 'description' => 'Reference checking / verification process.', 'url' => null], ['title' => 'ALAMS (Automated License Application and Management System)', 'description' => 'System for automating license applications and document management.', 'url' => null], ]; @endphp
Operational Manuals {{-- make the section content centered both horizontally and vertically --}}
Manuals
Available manuals: {{ count($manuals) }}
{{-- Centered button --}}