@extends('layouts.placement') @section('content')
@foreach($activejobs as $k=>$job) @endforeach
S.No Job Position Location Action Posted Date End Date Students Sent Students Applied Job Type Industry
{{$k+1}} {{$job->title}} ({{$job->company->title}}) {{$job->cities[0]->name}} Share Send Reminder 01-01-1970 01-01-1970 0 0 Null Null
@foreach($requested_jobs as $r=>$reqjob) @endforeach
Job Position Location Start Date End Date Requested On Job Type Action Industry
{{$reqjob->job->title}} ( {{$reqjob->job->company->title}} ) Hyderabad 01-01-1970 01-01-1970 01-01-1970 Rejected {{$reqjob->job->industry->title}}
Job Position Location Start Date End Date Requested On Job Type Action Industry
@endsection