@extends('layouts.master-without-nav') @section('title') Register @endsection @section('body') @endsection @section('content')

Thank You


You will have to go to any of the organizations for verification, please bring your ID with you as its required. Once Verified come back to this time and sign in, you will then be able to access our tools to assist you further. Thank you again.

@if ($filtered)
@foreach ($filtered as $location)
{{ $location['name'] }}

{{ $location['distance_miles'] }} miles away from your location


Phone
{{ $location['phone'] }}
Address
{{ $location['address'] }}
@endforeach
@else
No Organization NearBy
@endif
@endsection @section('scripts') @endsection