@include("new_design.common.href_lang") @include("new_design.common.gtag_head") @include("new_design.common.gtag_body") @include("new_design.common.fb_pixel") @include('new_design.top-menu') @include('new_design.mid-menu') @include('new_design.cart_sidebar') @include('new_design.nav_menu')
{{--@foreach($branch_locations as $bp)
{{ $bp->branch_name }}

{{$bp->street}}
Tel: {{$bp->telephone}}
Open: {{$bp->opening_hour}}
Close: {{$bp->closing_hour}}

{!!$bp->details!!} Map Link: {{$bp->location_map}} {!!$bp->map_icon!!}
@endforeach --}}

Sales Outlets and Pickup Locations

@foreach($branch_locations as $bp)
{{ $bp->branch_name }}

{{$bp->street}}
Tel: {{$bp->telephone}}

@foreach($bp->branch as $br) @endforeach
{{$br->day}} @if($br->day_status == "Off day") Closed @else {{Carbon\Carbon::parse($br->opening_time)->format('g:iA' )}}-{{Carbon\Carbon::parse($br->closing_time)->format('g:iA' )}} @endif

{!!$bp->details!!} Map Link: {{$bp->location_map}} {!!$bp->map_icon!!}
@endforeach
Third Party Pickup Points
{!! $pickup_points !!}
@include('new_design.footer')