@extends('frontend.layouts.web') @section('content')
Filter
{{date('d/m/Y', strtotime($Jobs->start_date)) }} - {{date('d/m/Y', strtotime($Jobs->end_date)) }}
@if($Jobs->campus == 'Sargodha Road University Town, Faisalabad') Health Science @elseif($Jobs->campus == 'West Canal Road, Faisal Town') Engineering @else Health Science | Engineering @endif
{{ Carbon\Carbon::parse($Jobs->created_at)->diffForHumans()}}
{!! $Jobs->short_detail !!}
{{$Jobs->job_type}}
{{$Jobs->gender}}
@foreach($jobDepartment as $dptName) @if($dptName->id == $Jobs->dpt_id) {{$dptName->name}} @endif @endforeach
{{date('d M Y', strtotime($tips->publish_date)) }}
{{Str::limit($tips->short_description, 150)}}