@extends('vendor.site-bases.website.layouts.master') @section('title', trans('title.contact')) @section('page_title', trans('title.contact')) @section('breadcrumbs') {!! Breadcrumbs::render('contact') !!} @endsection @section('content')
@if ($locations->count() > 0)

@lang('site.branches')

@foreach ($locations as $key => $location)
@foreach ($location->shops as $item) @endforeach
@endforeach
@endif
@endsection @section('scripts') @endsection @section('style') @endsection