@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