{{ $section['title'] }}
Legal contact: {{ $settings['legal_contact_email'] ?? ($settings['contact_email'] ?? config('mail.from.address')) }}
@php $settings = $settings ?? []; $siteName = $settings['site_name'] ?? ($settings['app_name'] ?? config('app.name', 'App')); $sections = [ 'terms' => ['title' => 'Terms of Service', 'body' => $settings['legal_terms'] ?? 'Use of this platform is subject to account, order, payment, cancellation and support policies.'], 'privacy' => ['title' => 'Privacy Policy', 'body' => $settings['legal_privacy'] ?? 'We process customer, store, driver, location and order data to operate delivery and support workflows.'], 'refund' => ['title' => 'Refund Policy', 'body' => $settings['legal_refund'] ?? 'Refund eligibility depends on payment status, store acceptance, delivery progress and support review.'], ]; @endphp
Legal contact: {{ $settings['legal_contact_email'] ?? ($settings['contact_email'] ?? config('mail.from.address')) }}