@extends('layouts/billing_layout')
@section('title', '| Signature Settings')
@section('content')
@include('successMsg')
| SL# |
Employee |
Effective Date |
Action |
@php $no = 0; @endphp
@foreach ($employees as $employee)
| {{ ++$no }} |
{{ $employee->emp_name_english }}
|
{{ $employee->effectiveDate }}
|
|
@endforeach
@endsection
Are You Confirm to Delete This Record?