@extends('admin.layout.master') @section('body')

{{$page_title}}

@foreach($careers as $job) @endforeach
Job title Location Salary Offer type Expires Applicants Actions
{{ $job->title }} {{ $job->location }} {{ $job->salary }} {{ $job->job_type }} {!! $job->expires !!} {{ $job->applicants_count }} @if ($job->applicants_count > 0) View @endif Edit
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection