Jobs
| Client | Labourer | Category | Name | Registered on | Actions |
|---|---|---|---|---|---|
| {{ $job->client_id }} | {{ $job->labourer_id }} | {{ $job->category_id }} | {{ $job->name }} | {{ date('Y-m-d', strtotime($job->created_at)) }} | |
| Client | Labourer | Category | Name | Registered on | Actions |
@extends('layouts.admin') @section('content')
| Client | Labourer | Category | Name | Registered on | Actions |
|---|---|---|---|---|---|
| {{ $job->client_id }} | {{ $job->labourer_id }} | {{ $job->category_id }} | {{ $job->name }} | {{ date('Y-m-d', strtotime($job->created_at)) }} | |
| Client | Labourer | Category | Name | Registered on | Actions |