@extends('layouts.app') @section('title') Transfer Request Edit @endsection @section('button') Back @endsection @section('content')
@csrf
Transfer Request Details



@foreach ($trds as $index => $trd) @endforeach
Sr No Part No. Part Name Type Model Variance Unit Request Qty Remarks Action
{{ $index + 1 }} {{ $trd->products->part_no ?? '' }} {{ $trd->products->part_name ?? '' }} {{ $trd->products->type_of_products->type ?? '' }} {{ $trd->products->model ?? '' }} {{ $trd->products->variance ?? '' }} {{ $trd->products->units->name ?? '' }}
{{-- PRODUCTS MODAL --}} @endsection