@if($backButton)
Back
@endif
@include('private.companies.headerSection')
@php $detailTab = 0; $companyTab = 0; $employmentTab = 0; $noteTab = 0; $taskTab = 0; if(isset($_GET['notes'])){ $noteTab = 1; } if(isset($_GET['task'])){ $taskTab = 1; } @endphp
JOBS
{{count($postedJobs)}}
APPLICATIONS
{{count($myJobSubmissions)}}
CONTACTS
{{count($contacts)}}
CANDIDATE
{{count($candidates)}}
{{$noteCount}}
{{$taskCount}}
{{$attachmentCount}}
@include('private.companies.jobsTableListing')
@include('private.companies.applicationTableListing')
@include('private.companies.contactsTableListing')
@include('private.companies.candidatesTableListing')
Add Notes
Notes History
@csrf
{!! Form::textarea('notes', "", array('placeholder' => 'Notes', 'class' => 'form-control', 'id' => 'notes', 'rows' => 5)) !!}
Add Note
Add Tasks
Tasks History
@include('private.tasks.addForm')
Add Attachment
Attachments History
@include('private.attachments.addForm')
Update Company
@include('private.companies.create', ['record' => $organization, 'prifix' => 'edit'])