{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content') {{-- Dashboard 1 --}}
@if (session('verified'))
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection