@extends('layouts.app') @section('title', 'Add Konsinyasi Baru - Dazry Laundry App') @section('page_title', 'Add Konsinyasi Baru') @section('content') @if ($errors->any()) Oops! Ada beberapa masalah dengan input Anda. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Tanggal Kirim: Pelanggan: Pilih Pelanggan @foreach($pelanggans as $pelanggan) id ? 'selected' : '' }}>{{ $pelanggan->nama }} @endforeach Detail Produk Produk Jadi: Pilih Produk @foreach($produkJadis as $produk) {{ $produk->nama }} (Stok: {{ $produk->stok_saat_ini }}) @endforeach Kuantitas Kirim: Harga Jual Satuan: Hapus Add Save Cancel @endsection