@extends('dashboards.layouts.dash-layout') @section('title', 'Edit Data Customer') @section('content') Ubah Customer Customer Ubah Customer @if ($errors->any()) ERROR Terdapat masalah dengan input anda @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Silahkan Masukkan Data @csrf @method('PATCH') Kode customer Nama customer Nomor Telepon customer Email customer Alamat customer @endsection