@extends('layouts.app') @section('content')

{{trans('lang.locationdetails_plural')}}|{{trans('lang.locationdetails_desc')}}

@include('flash::message')
@if(count($locationdetails)>0) @foreach ($locationdetails as $key=>$loc) @endforeach @else @endif
ID Country City Name Area Latitude Longitude Added / Modified date Action
{{ $loc->locdec_id }} {{ $loc->country_code }} {{$loc->name}} {{ $loc->area_name }} {{ $loc->latitude }} {{ $loc->longitude }}

{{ $loc->created }}

No record found!
{{$locationdetails->links()}}
@endsection