@extends('users.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 CodeLocationDescription Edit Delete
{!! ucwords($c->name) !!} {!! ucwords($c->identification_number) !!} {!! ucwords($c->addre_line_one) !!} {!! ucwords($c->addre_line_two) !!} {!! ucwords($c->state) !!} {!! ucwords($c->country) !!} {!! ucwords($c->city) !!} {!! ucwords($c->zip_code) !!}

515151551.515151551

{!! ucwords($c->description) !!}
Showing 1 to 10 of 57 entries
@endsection