@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{--
--}}

If the pickup or drop-off location for the ride is within the designated airport zone, a surcharge will be added to the customer's fare at the end of the ride.

@if(auth()->user()->can('Add-Airports')) @endif
@lang('view_pages.loading')
{{--
--}} @endsection