@toastr_css
{{--
--}}
Register
@csrf
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Email
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Category :
@foreach ($categories as $category)
id ? 'selected' : '' }}> {{ $category->name }}
@endforeach
@if ($errors->has('cat_id'))
{{ $errors->first('cat_id') }}
@endif
Gender :
Male
female
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@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
@toastr_js @toastr_render