@include('frontend.includes.header')
@if(session('message'))

{{session('message')}}

@endif

Register

{{csrf_field()}}
@if ($errors->has('fname')) {{ $errors->first('fname') }} @endif
@if ($errors->has('lname')) {{ $errors->first('lname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('cnic') || session('error')) {{ (session('error'))?session('error'):$errors->first('cnic') }} @endif


Or Register With

Facebook Gmail Twitter Linkined
@include('frontend.includes.footer')