@extends('layouts.default', ['appTopMenu' => true]) @section('title','Dashboard') @push('scripts') @endpush @push('head') @endpush @section('content')
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif

Total Stock Report

@foreach ($results as $data) @endforeach
TOTAL STOCK REPORT
# Product Name Total Purchase Stock Total Issued Stock Total Faulty Stock Total Dump Stock Total Available Stock
{{ $loop->iteration }} {{ $data->pname }}
{{csrf_field()}}
{{csrf_field()}}
{{csrf_field()}}
{{csrf_field()}}
{{csrf_field()}}
@endsection