@yield('extra-css')
Home
About
Features
Contact
@foreach(get_pages('header') as $key => $page)
{{$page->name}}
@endforeach
Get Started
@yield('content') @php $template = json_decode(get_settings('template')); @endphp @if(session()->has('success') || session()->has('fail') || count($errors)>0)
@endif @yield('extra-scripts')