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