@extends('admin.layouts.master') @section('page-title') Purchse Order @endsection @section('main-content')
@csrf
Purchase Bill
{{-- Purchase Transfer --}}
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
{{ $i + 1 }}
1

Total KG: 0

Total Cost: 0

@endsection @section('script') @endsection