@extends('layouts.master') @php use Illuminate\Support\Facades\Storage; @endphp @section('title', $title) @section('content') Candidate Create @if ($error = Session::get('error')) {{ $error }} @endif @if ($message = Session::get('message')) {{ $message }} @endif @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Manually Enter Information First Name*: Middle Name: Last Name*: E-Mail*: Phone No.*: No. of Support Projects completed*: Certifications*: Current CTC*: Exp. CTC*: How Did You Come Across This Job*: LinkedIn Job Portal Company HR Job Consultant Colleague from the past company Notice Period(In Days): Last working day (if serving Notice Period)*: Year of Experience*: Relevant Experience: No. of E2E Implementation Projects completed: Import Resume Upload Files @if(!empty($attachment)) @endif @if(!empty($attachment)) Attachment:{{ $attachment->original_filename }} remove @endif {!! $content !!} (hint: you may also paste the resume contents) Current Organisation: Current Location: Expected Location: Qualification: Current Organisation: Submit Back @include('candidates::partials.add-source-modal'); @endsection
Candidate Create
{{ $error }}
{{ $message }}
(hint: you may also paste the resume contents)