@extends('layouts.plain') @section('title', 'Register | TAKEONE') @section('extra_styles') @endsection @section('content')

Create Account

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection