@extends('layouts.app') @section('content')

Initial Currency Stock

@csrf
@forelse($currencies as $currency) @empty @endforelse
Currency Starting Quantity
{{ $currency->code }} - {{ $currency->name }}
Add currencies before setting initial stock.
@if($currencies->isNotEmpty()) @endif
@endsection