@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')

Branches

@foreach($branch_locations as $key => $bp) {{-- {{dd($bp->profile->slug)}} --}}
{{ $bp->branch_name }}

{{$bp->street}}

Contact

{{--

{{$bp->telephone}}

--}}

{!! str_replace(",", "
", $bp->telephone)!!}

{{-- @if($key != 18) --}}

{{Carbon\Carbon::today()->format('l, d-M-y' )}}

@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
@if($bp->details == "

Open 365 Days a Year

") {!!$bp->details!!} @else {!!$bp->details!!} @endif {{-- @else

Opening Soon

@endif --}}
{{-- @if($bp->profile?->status == '1') @endif --}}
@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

Pickup Points

@foreach($pickup_points as $key => $pt)

{{$pt->district_name}}

{{$pt->name}}

{{$pt->address}}

@endforeach
--}}
@include('new_design.footer') {{-- { --}} @include("new_design.common.fb_messenger")