@extends("layouts.dashboard.app") @section("page-title") {{__('Delivery Price')}} @endSection @section("page-nav-title")
{{__('Control and view all Delivery Price Locations')}}
#{{__("ID")}} | {{__('Location')}} | {{__('Price')}} | {{__('Support')}} | @if(hasPermissions(["edit-delivery-price", "delete-delivery-price"])){{__('Control')}} | @endif
---|---|---|---|---|
{{$location->id}} | {{ $location->country . (!empty($location->governorate) ? " - " . $location->governorate : null) . (!empty($location->locality) ? " - " . $location->locality : null) . (!empty($location->sub_locality) ? " - " . $location->sub_locality : null) . (!empty($location->neighborhood) ? " - " . $location->neighborhood : null) }} | {{$location->price >=0 ? $location->price . " JOD" : null}} | {{$location->supported == 1 ? "Yes" : "No"}} | @if(hasPermissions(["edit-delivery-price", "delete-delivery-price"]))@if(hasPermissions("edit-delivery-price")) id)}}" class="control-link edit"> @endif @if(hasPermissions("delete-delivery-price")) @endif | @endif