@extends("layouts.admin.app") @section("page-title") {{__("Support Locations")}} @endSection @section("page-nav-title")
{{__("Control And View All Support Locations")}}
#{{__("ID")}} | {{__("Location")}} | {{__("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->support ? "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