@extends('admin.template.layout') @section('header') @stop @section('content')
Add Location
@foreach ($own_locations as $ct) @endforeach
# Location Created Date Action
{{ $i }} {{ $ct->location }} {{web_date_in_timezone($ct->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop