@include('partials.header')
Register With
PetroERP
{{ csrf_field() }}
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
E-Mail Address
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Mobile No.
@if ($errors->has('mobileNo'))
{{ $errors->first('mobileNo') }}
@endif
User Type
{{--
--}}
Super Admin
Pump Owner
Pump Manager
Pump DSM
Transporter
Transporter Manager
Normal User
@if ($errors->has('userType'))
{{ $errors->first('userType') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password
Register
@include('partials.footer')