@extends('admin.layout') @section('content') @php $provinces = \App\Models\Province::getListProvince(); $months = \App\Models\Job::getListMonths(); $years = \App\Models\Job::getListYears(); @endphp