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

About

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

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

    {{$hour->day}}

    Open: {{$hour->openTime}}

    Close :{{$hour->closeTime}}

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

  • {{$businessDetail->businessType}}