{{-- ============================================================ modules/customers/form.blade.php (create & edit) ============================================================ --}} @extends('layouts.app') @section('title', isset($customer) ? 'Edit Pelanggan' : 'Tambah Pelanggan') @section('breadcrumb') Pelanggan {{ isset($customer) ? 'Edit '.$customer->nama : 'Tambah Baru' }} @endsection @section('content')