@extends('layouts.app') @section('title','New Purchase') @section('content')

New Purchase

Back
@csrf
{{-- PRODUCT + IMAGE --}}
{{-- PRODUCT DROPDOWN --}}
{{-- QTY --}}
{{-- COST --}}
{{-- PAID --}}
{{-- IMAGE PREVIEW --}}
No image selected
@endsection @push('scripts') @endpush