@extends('foreground.layouts.frame')
@section("titleBanner")
@endsection
@section("scripts")
@include("foreground.injections.signup.index")
@endsection
@section("body")
@include("foreground.layouts.alert")
@include('foreground.layouts.header', [
'current' => '',
])
@include("foreground.layouts.footer")
@endsection