@extends('layouts.auth.app') @section('title', 'My Operations - Sign eTCC') @section('content')
Review and sign Tax Clearance Certificates
{{ $message }}
{{ session('success') }}
| SN | Request Ref | Tax Payer Name | Mobile Number | Request Date | Tax Year | Bill Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $item->TaxPayerID }} | {{ $item->RequestRefNo }} | {{ $item->TaxFName }} {{ $item->TaxLName }} | {{ $item->MobileNumber }} | {{ \Carbon\Carbon::parse($item->RequestDate)->format('d/m/Y') }} | {{ $item->TaxYear }} | {{ $item->BillStatus }} | @if(!$item->IsSigned) @else @endif |
| No TCC Record Found | |||||||