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