@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')


 
@foreach($locations as $location) @endforeach
Business Name Site Address Account Account ID Location ID
{{$location['business']}} {{$location['domain']}} {{$location['address']}} {{$location['account_name']}} {{$location['account_id']}} {{$location['location_id']}}
@stop @section('page_modals') @stop @section('page_scripts') @stop