@include('business_owner.layouts.header') @include('business_owner.layouts.footer')
@if(Session::has('doneMessage'))
{{ Session::get('doneMessage') }}
@endif @if(Session::has('errorMessage'))
{{ Session::get('errorMessage') }}
@endif @yield('content')