@extends('admin.template.master') @section('title', $title) @section('content')
| S.no | Source | Job Title | Job Description | Organization | Publish Date | Closing Date | Comment | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ++$k }} | {{ $u->source }} | {{ $u->job_title }} | {{ str_limit(strip_tags($u->job_description), 50) }} @if (strlen(strip_tags($u->job_description)) > 50) ... Read More @endif | {{ $u->organization }} | {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y') }} | {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y') }} | {{ $u->comments }} | Edit |
| No Record Found !!! | ||||||||