@extends('layouts.app') @section('title', 'Create account') @section('content')

Create your account

Start trading crypto in Naira, in minutes.

@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Already have an account? Log in

@endsection