@extends('frontend.layouts.app') @section('title', 'Register') @section('content')

Create Account

Join our marketplace today

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

{{ $e }}

@endforeach
@endif
@csrf

Already have an account? Login

@endsection