@extends('layouts.master') @section('title', 'Purchase | ') @section('content') @include('partials.header') @include('partials.sidebar') Create Purchase Purchase Create Purchase @csrf Supplier Name Select Supplier @foreach($suppliers as $supplier) {{$supplier->name}} @endforeach Date Product Quantity Price Discount % Amount Add Row Select Product @foreach($products as $product) {{$product->name}} @endforeach Total Submit @endsection @push('js') @endpush