{{ __('Gold Record') }}

@can('create', App\Models\Gold::class) Add Record @endcan
@for ($i = 0; $i < 1; $i++) @endfor @php $counter = 1; // Initialize a counter variable @endphp @forelse ($golds as $gold) @for ($i = 0; $i < 1; $i++) @endfor @php $counter++; // Increment the counter variable @endphp @empty

No record available

@endforelse
NO Gold Name Purity Weight Purchase Date Purchase Time Purchase From Status Action
{{ $counter }} {{($gold->gold_name)}} {{($gold->gold_purity)}} g {{ \Carbon\Carbon::parse($gold->purchase_date)->format('d-m-y') }} {{ \Carbon\Carbon::parse($gold->purchase_time)->format('h:i A') }} {{($gold->purchase_from)}} {{($gold->status)}} @can('view', $gold) View @endcan
{{ $golds->links() }}