@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 | Control |
---|---|---|---|---|
{{$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"}} | id)}}" class="control-link edit"> |