@extends('frontend.layouts.app') @push('style') @endpush @section('content')
@include('frontend.components.footer-menu')

Store Location

@foreach ($location as $item)
...
{{ $item->name }}

{{ $item->address }}

@endforeach
@endsection @push('style') @endpush