@extends('admin.layouts.app') @section('content') @push('styles') @endpush
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{-- --}}
@foreach ($taplContracts as $tapl) @endforeach {{-- --}}
SL.No Performa Invoice No Tonnage Machine No Customer Name AMC Start Date Amc End Date Status Action
{{ $loop->iteration }}

{{ $tapl->performa_invoice_no }}

{{ $tapl->machine_tonnage }}

{{ $tapl->machine_quantity }}

{{ $tapl->customer_name }}

{{ $tapl->amc_start_date }}

{{ $tapl->amc_end_date }}

@if ($tapl->status == 1) Active @else InActive @endif
2

ABC_00001

Expired

001

001

IBS Software Solutions Pvt. Ltd.

12-07-2023

10-09-2023

@endsection