New job Applications
{{--
Create
--}}
@php $plus = ($jobs->currentPage()-1) * 10; @endphp @foreach ($jobs as $job) @endforeach
  From Phone School Position Contract type Description File Job posted Action
{{$loop->iteration + $plus}}
{{$job->name}} @if($job->user_id || $job->checkIfUserExist()) {{$job->email}} @else {{$job->email}}
User doesn't exist @endif
{{$job->phone}} @if($job->school_id) {{$job->school}} @elseif($job->checkIfSchoolExist()) {{$job->school}} @else {{$job->school}}
School doesn't exist @endif
{{$job->job_position}} {{$job->contract_type}} @if($job->other_info) View @endif @if($job->file_path) View file @endif @if($job->approved) @else @endif
{{-- bottom-full --}}
{{ $jobs->onEachSide(1)->links() }}
@push('modals') @livewire('dashboard.school.client.modals.create-client-modal') {{-- @livewire('dashboard.jobs.partials.models.new-job-model') --}} @livewire('dashboard.jobs.partials.models.view-job-description') @endpush