@extends('layouts/billing_layout') @section('title', '| Signature Settings') @section('content') @include('successMsg')

Signature Settings List

@php $no = 0; @endphp @foreach ($employees as $employee) @endforeach
SL# Employee Effective Date Action
{{ ++$no }} {{ $employee->emp_name_english }} {{ $employee->effectiveDate }}
@endsection