@extends('Web.Layout.layout') @section('title', 'Sign-Up') @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif

Sign up

Please select from one of the options
Submit
@section('js') @endsection @endsection