@extends('layouts.app') @section('title', 'Tambah Pembelian Baru - Dazry Laundry App') @section('page_title', 'Tambah Pembelian Baru') @section('content')

Tambah Pembelian Baru

@csrf @include('pembelian.form', [ 'pemasoks' => $pemasoks, 'bahanBakus' => $bahanBakus, 'pembelian' => null, // No existing purchase for create 'detailPembelian' => collect() // No existing details for create ])
Batal
@endsection