@extends('layouts.app') @section('title', 'Tambah Pelanggan') @section('breadcrumb') @endsection @section('content')
@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Batal
@endsection