@extends('admin.layout.base') @section('title', 'Locations ') @section('content')
| ID | Zone Name | Country | State | City | Currency | Status | Created | Action |
|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} | {{$zone->zone_name}} | {{$zone->country}} | {{$zone->state}} | {{$zone->city}} | {{$zone->currency}} | {{$zone->status}} | {{ date('Y-m-d: H:i:A', strtotime( $zone->created_at ) )}} | |
| ID | Location Name | Country | State | City | Currency | Status | Created at | Action |