@extends('layouts.master') @section('title', 'Farm App - Jobs') @section('content')
Jobs
JOBS {{ $jobs->count() }}
@foreach($jobs as $job) {{$job->job_name}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection