@stack('styles')
WebBuilder
Templates
@if(Route::has('builder.create'))
Create Website
@else
Create Website
@endif @if(Route::has('pricing'))
Pricing
@else
Pricing
@endif @if(Route::has('contact'))
Contact
@else
Contact
@endif @auth @if(Route::has('dashboard.index'))
Dashboard
@endif @else @if(Route::has('login'))
Login
@endif @if(Route::has('register'))
Sign Up
@endif @endauth
Templates
@if(Route::has('builder.create'))
Create Website
@else
Create Website
@endif @if(Route::has('pricing'))
Pricing
@else
Pricing
@endif @if(Route::has('contact'))
Contact
@else
Contact
@endif @auth @if(Route::has('dashboard.index'))
Dashboard
@endif @else @if(Route::has('login'))
Login
@endif @if(Route::has('register'))
Sign Up
@endif @endauth
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@yield('content')
@stack('scripts')