@extends('layouts.master') @section('title', 'Damage List') @section('page-header') Damage List @stop @push('style') @endpush @section('content')
| SL | Date | Invoice No | Total Amount | Action |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $damage->date }} | {{ $damage->invoice_no }} | {{ $damage->total_amount }} |