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

{{ $title }}

Scrape Website
@include('admin.partials.flash_message')
@if(count($jobs) > 0) @foreach($jobs as $k=>$u) @endforeach @else @endif
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 !!!
@endsection