@section('title',$title) @section('description',$description) @extends('layout.app') @section('content')
@foreach($profiles as $profile) @endforeach
GEO action
{{ $profile->name }}
{{ $profile->geo ?? 'N/A' }}
{{ $profiles->links('products.pagination') }}
@endsection