@extends('layouts.app') @section('title') {{'Damage Return List'}} @endsection @section('content')
| S.N. | Type | Return Date | Return No. | Customer Name | Return Value | Status | Details | Action |
|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$row->s_type}} | {{date('d-m-Y', strtotime($row->txn_date))}} | {{$row->id}} | {{$row->name}} | {{ number_format($row->total_value,2) }} | @if(isset($row->status) && $row->status ==0) Waiting for Admin @else Confirmed @endif | View | @if(isset($row->status) && $row->status ==0) | @if (Auth::user()->parent_id == "0") @endif @endif |