@extends('header.header') @section('content')
| #ID | {{__('Store Id')}} | {{__('Price')}} | {{__('from_km')}} | {{__('to_km')}} | {{__('Control')}} |
|---|---|---|---|---|---|
| {{$location->id}} | {{$storeName->lang->translate_title}} | {{$location->price >=0 ? $location->price . "JOD" : null}} | {{$location->from_km}} | {{$location->to_km}} |