@toastr_css
Account Register
@csrf
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Address
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
Email
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Contact
@if ($errors->has('contact'))
{{ $errors->first('contact') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Password Confirmation
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
I agree with the terms and conditions
Register
Already Registered?
Login
@jquery @toastr_js @toastr_render