@extends('admin/layout') @section('title') {{ labels('admin_labels.delivery_boy_policies', 'Delivery Boy Policies') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.delivery_boy_policies', 'Delivery Boy Policies') }}

{{ labels('admin_labels.ensure_compliance_and_excellence_with_delivery_boy_guidelines', 'Ensure Compliance and Excellence with Delivery Boy Guidelines') }}

@csrf
{{ labels('admin_labels.delivery_boy_privacy_policy', 'Delivery Boy Privacy Policy') }}
@csrf
{{ labels('admin_labels.delivery_boy_terms_and_conditions', 'Delivery Boy Terms & Conditions') }}
@endsection