| Sr No | Plumber Name | Plumber Name (Marathi) | Licence No. | From Date | To Date | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $plumber->name }} | {{ $plumber->name_mr }} | {{ $plumber->licence_no }} | {{ date('d-m-Y', strtotime($plumber->from_date)) }} | {{ date('d-m-Y', strtotime($plumber->to_date)) }} | @if ($plumber->status == 1) Active @else Inactive @endif |