@extends('website.layout.master') @section('title') Registration @endsection @section('content')

Registration

Complete the form below to register

@include('website.layout.laravel_errors')
@csrf

@endsection