@extends('dashboards.layouts.dash-layout') @section('title', 'Tambah Sales Quotation') @section('content') Tambah Sales Quotation Sales Quotation Tambah Sales Quotation @if ($errors->any()) ERROR Terdapat masalah dengan input anda @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Silahkan Masukkan Data @csrf Kode Sales Quotation Kode Customer -- Pilih Kode Customer -- @foreach ($customer as $item) {{ $item->kodecustomer }} | {{ $item->namacustomer }} @endforeach Tanggal Pembelian Status @endsection