@include('admin.business.layouts.header') @if (session()->has('businessId'))
@yield('content')
@else
@endif @include('admin.business.layouts.footer')