@extends('user.layout.auth') @section('content')
Register Now @if($errors->any()) @endif {{ csrf_field() }}


Or Login with your account
@endsection @section('scripts') @endsection