@extends('admin.template.jobmaster') @section('title', $title) @section('content')

Jobs

@include('admin.partials.flash_message') @foreach($content as $k=>$u) @foreach($users as $k=>$us) @if($u->organisation == $us->id) @endif @endforeach @endforeach
S.no Job Title Organisation Job Type Org. Pub. Date Closing Date Action
{{ ++$k }} {{ $u->job_title }}{{ $us->name }}{{ $u->job_type }} {{ Carbon\Carbon::parse($u->publish_date)->format('d-M-Y') }} {{ Carbon\Carbon::parse($u->closing_date)->format('d-M-Y') }}
{{ csrf_field() }}
S.no Job Title Organisation Job Type Org. Pub. Date Closing Date Action
@endsection