@if(!empty($settings->company_logo))
@else
@endif
Home
Services
Get Quote
About Us
Contact
@if (Route::has('login')) @auth
Dashboard
@else
Staff Login
@endauth @endif
Home
Services
Get Quote
About Us
Contact
@if (Route::has('login')) @auth
Go to Dashboard
@else
Staff Login
@endauth @endif
@yield('content')