@if($stocks->count() > 0) @foreach($stocks as $stock)
{{ $stock->opening_stock_no }}

{{ \Carbon\Carbon::parse($stock->date)->format('d M Y') }}

@endforeach @else

No opening stocks found.

@endif
@if ($stocks instanceof \Illuminate\Pagination\LengthAwarePaginator) @endif