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