@extends('layouts.app') @section('title') {{'Stock Adjustment In/Out List'}} @endsection @section('content')
| S.N. | Stock.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()->parents == "0") @endif @endif |