@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@if (permission('labor-head-add')) {{__('file.Add New')}} @endif
@foreach (STATUS as $key => $value) @endforeach
@include('laborhead::laborHead.modal') @endsection @push('scripts') @endpush