@extends('index') @section('content')

{{__('custom.門市據點')}}

@foreach($store_list as $location => $store_item)
{{$location}}
@foreach($store_item as $store)

{{$store->store_title}}

@endforeach
@endforeach
@endsection