{{--
--}}
ARC
@yield('styles')
@include('partial.navbar') @yield('content') @if(Route::current()->getName() !== 'all-projects' && Route::current()->getName() !== 'news-article-detail' && Route::current()->getName() !== 'read-all-news' && Route::current()->getName() !== 'how-it-works-article') @if(Route::current()->getName() !== 'project-detail' && Route::current()->getName() !== 'share-project' && Route::current()->getName() !== 'checkout-confirm' && Route::current()->getName() !== 'checkout-billing' && Route::current()->getName() !== 'about-us') @include('partial.how-it-works') @endif @include('partial.news') @endif @include('partial.footer') @yield('scripts')