diff --git a/resources/views/homepage/penilai/home.blade.php.save b/resources/views/homepage/penilai/home.blade.php.save deleted file mode 100644 index e69de29..0000000 diff --git a/resources/views/homepage/penilai/home.blade.php.save.1 b/resources/views/homepage/penilai/home.blade.php.save.1 deleted file mode 100644 index f5fc33d..0000000 --- a/resources/views/homepage/penilai/home.blade.php.save.1 +++ /dev/null @@ -1,563 +0,0 @@ -@extends('layouts.app') -@section('content') - - - - - -
-
-
-
- - - - -
- -
-
- - - - - - - - - - - - - - @php $count=1; @endphp - @if (is_array($gadaian_semasa) || is_object($gadaian_semasa)) - @foreach($gadaian_semasa as $index=>$gadaian) - - - - - - - - - - @php $count++; @endphp - @endforeach - @endif - -
BilNamaNo KPNo RujukanPembiayaan (RM)Nilai Marhun (RM)Berat (g)
{{ $count }} - @php - $customer_info = Http::get($api_url . '/api/customers/'. $gadaian['nokp'])->json(); - echo ($customer_info[0]['nama']); - @endphp - {{ $gadaian['nokp'] }} - @php - $marhun = Http::get($api_url . '/api/marhun/' . $gadaian['norujukan'] )->json(); - @endphp - {{$gadaian['norujukan']}} - {{ number_format($gadaian['pinjaman'],2) }}{{ number_format($gadaian['nilaimarhun'],2) }}{{ number_format($gadaian['berat'],2) }}
-
-
-
- - -
- - - - - - - - - - - - - - @php $count=1; @endphp - @if (is_array($gadaian_belumserah) || is_object($gadaian_belumserah)) - @foreach($gadaian_belumserah as $index=>$gadaian) - - @php - $customer_info = Http::get($api_url . '/api/customers/'. $gadaian['nokp'])->json(); - @endphp - - - - - - - - - @php $count++; @endphp - @endforeach - @endif - -
BilNamaNo KPNo RujukanPembiayaan (RM)Nilai Marhun (RM)Berat (g)
{{ $customer_info[0]['nama'] }}{{ $gadaian['nokp'] }} - @php - $marhun = Http::get($api_url . '/api/marhun/' . $gadaian['norujukan'] )->json(); - @endphp - {{$gadaian['norujukan']}} - {{ number_format($gadaian['pinjaman'],2) }}{{ number_format($gadaian['nilaimarhun'],2) }}{{ number_format($gadaian['berat'],2) }}
-
-
- Jumlah Nilai Marhun Dipilih -
- -
-
- @csrf - - -
-
-
-
-
-
-
-
-
-
-
Tarikh
-
-
-
-
- - - - - - - - - - - - -
BilNamaNo KPNo RujukanPembiayaan (RM)Nilai Marhun (RM)Berat (g)
-
-
-
-
-
-
-
-
-
- -@endsection