@extends('layouts.front.front') @section('title', 'Distributor Locator | Apsys Network') {{-- main content --}} @section('content')

Distributor Locator

Find distributor for your needs

@if($distributors->isNotEmpty()) @foreach($distributors as $distributor)

{{$distributor->company_name}}

{{-- google map --}} @if($distributor->map) google map icon @endif
@endforeach @endif
{{-- --}}
@endsection @push("js") @endpush