@extends('layouts/contentLayoutMaster') @section('title', 'Candidate Create') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Account {{ csrf_field() }} @if(isset($company_id) && !empty($company_id)) @else Company @if($employers) @foreach($employers as $employer) @if(!empty($employer->b2b_company_name)) {{ $employer->b2b_company_name }} -- {{ $employer->b2b_brand_name }} @else {{ $employer->first_name }} {{ $employer->middle_name }} {{ $employer->last_name }} @endif @endforeach @endif @endif Candidate Types * Select Candidate Type @if($employeetypes) @foreach($employeetypes ->sortBy('type') as $employeetype) employee_type_id == $employeetype->id ? 'selected' : '' }} value="{{ $employeetype->id }}">{{ $employeetype->type }} @endforeach @endif Verification Type PRE POST Document Types Select Document Type @if($documenttypes) @foreach($documenttypes as $documenttype) doc_type_id == $documenttype->id ? 'selected' : '' }} value="{{ $documenttype->id }}">{{ $documenttype->name }} @endforeach @endif First Name * @if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif Last Name * @if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif Alias Name Father/Husband Name * @if($errors->has('father_name')) {{ $errors->first('father_name') }} @endif E-mail * @if($errors->has('email')) {{ $errors->first('email') }} @endif Status Active Deactive Country Code India (+91) UK (+44) USA (+1) @if($errors->has('country_code')) {{ $errors->first('country_code') }} @endif Mobile * @if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif @if(isset($locations)) Location Select Location @foreach($locations as $location) {{ $location->name }} @endforeach @endif Gender Male Female Other Document Number * Date of Birth * Plan * Select Plan @if($plans) @foreach($plans as $plan) id ? 'selected' : '' }} value="{{$plan->id}}">{{$plan->name}}-{{$plan->pkg_name}} @endforeach @endif notify_by_sms) && $userpref->notify_by_sms == 'Y' ? 'checked' : '' }} name="notify_by_sms" value="Y"> Notify by SMS notify_by_email) && $userpref->notify_by_email == 'Y' ? 'checked' : '' }} name="notify_by_email" value="Y"> Notify by Email Save @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('father_name') }}
{{ $errors->first('email') }}
{{ $errors->first('country_code') }}
{{ $errors->first('mobile') }}