@extends('user.layout.header_footer') @section('content') Location
@foreach ($show_location_list as $key => $c) @endforeach
Name Identification No# Address 1 Address 2 State Country City Zip Code Location latitude longitude Description Edit Delete
{!! ucwords($c->name) !!} {!! $c->identification_number !!} {!! ucfirst($c->addre_line_one) !!} {!! ucfirst($c->addre_line_two) !!} {!! ucwords($c->state) !!} {!! ucwords($c->country) !!} {!! ucwords($c->city) !!} {!! $c->zip_code !!} {!! $c->location !!}

{!! $c->latitude !!}

{!! $c->longitude !!}

{!! ucfirst($c->description) !!}
Showing 1 to 10 of 57 entries
@include('user.layout.map') @endsection