@extends('admin.layout.base') @section('title', 'Locations ') @section('content')
 Zones

Add New Location @foreach($zones as $index => $zone) @endforeach
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 ) )}}
{{ csrf_field() }}
ID Location Name Country State City Currency Status Created at Action
@endsection