@extends('layouts/contentLayoutMaster') @section('title', 'Candidate Create') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{ csrf_field() }}
@if(isset($company_id) && !empty($company_id)) @else
@endif
@if($errors->has('first_name'))

{{ $errors->first('first_name') }}

@endif
@if($errors->has('last_name'))

{{ $errors->first('last_name') }}

@endif
@if($errors->has('father_name'))

{{ $errors->first('father_name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('country_code'))

{{ $errors->first('country_code') }}

@endif
@if($errors->has('mobile'))

{{ $errors->first('mobile') }}

@endif
@if(isset($locations))
@endif
  • Male
  • Female
  • Other
  • 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
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection