@extends('layouts.app') @section('title', 'All Jobs') @section('style') @endsection @section('content')

All Jobs

รายการงาน (JOB)

@all_job_table(\compact('data', 'page', 'return_route')) @endall_job_table
@endsection