@extends('layouts.front') @section('content')

Registration

@csrf @if (session('error')) @endif @if (session('message')) @endif
@endsection @section('footerscript') @endsection @section('inline_style') @endsection