@if(Auth::user()->userTypeId==1) @include('user-web.layouts.sidebar') @else @include('business.layouts.sidebar') @endif

About

  • {{$businessDetail->city}}, {{$businessDetail->country}}

  • @if(!empty($workingHours)) @foreach($workingHours as $hour)

    {{$hour->day}}

    Open: {{$hour->openTime}}

    Close :{{$hour->closeTime}}

    @endforeach @endif
  • {{$businessDetail->businessType}}