@toastr_css
Manager Register
@csrf
First Name
@if($errors->has('fname'))
{{$errors->first('fname')}}
@endif
Last Name
@if($errors->has('lname'))
{{$errors->first('lname')}}
@endif
Email
@if($errors->has('email'))
{{$errors->first('email')}}
@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