@extends('admin.layouts.master') @section('page-title') Purchase RFQ @endsection @section('main-content')
@csrf
RFQ
Supplirt Details:
Name:
Issue Date: {{-- --}}
Due Date:
Invoice #: {{-- --}}
@if (isset($rfq) && $rfq->items) @foreach ($rfq->items as $i => $item) @endforeach @else @endif
SL Product KG Qty Total KG Cost/KG Total Cost Action
{{ $i + 1 }}
1

Total KG: 0

Total Cost: 0

@endsection @section('script') @endsection