@extends('layouts.front') @section('css') @endsection @section('content')
| {{ __('Service Area') }} | {{ __('Delivery Cost') }} | {{ __('Action') }} | |||
|---|---|---|---|---|---|
| {{ $area->city->city_name }} |
{{ $curr->sign }}{{ round($area->price * $curr->value, 2) }} |
||||
| {{ __('No Orders Found.') }} | |||||