Loading.....
@if (session()->has('pesan'))
{{ session('pesan') }}
@endif
@if($result_user == null)
@else
{{-- Form Follow UP --}}
@endif
Data Customer
| Nama | : | @if(!empty($result_user)){{$result_user->nama}} | @endif
|---|---|---|
| Alamat | : | @if(!empty($result_user)){{$result_user->alamat}} | @endif
{{-- Form Follow UP --}}
{{-- Cari Customer --}}
{{-- Form Follow UP --}}
Data Customer
| Nama | : | @if(!empty($result_user)){{$result_user->nama}} | @endif
|---|---|---|
| Alamat | : | @if(!empty($result_user)){{$result_user->alamat}} | @endif
{{-- Form Follow UP --}}
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach