@extends('layouts/blankLayout') @section('title', 'Register') @section('page-style') @endsection @section('content')
Logo

Register

Create your admin account

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Already have an account? Sign in instead

Fintech Illustration
@endsection @section('page-script') @endsection