@extends('layouts/contentLayoutMaster') @section('title', 'Purchases') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Purchased Rejections Type MMT Area Office Lab Plant Collection Point @foreach ($collectionPoints as $collectionPoint) {{ $collectionPoint->name }} @endforeach Area Office @foreach ($areaOffices as $areaOffice) {{ $areaOffice->name }} @endforeach {{-- Sr. No. --}} User Collection Point Area Office Plant Type Outsale Status Opening Balance Volume {{-- Left Over --}} Gain/Loss Date Action @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection