@extends('Modules.Stock.layouts.main') Stock Dashboard @section('main-content') @if(Auth::user()->hasRole('Admin')||Auth::user()->hasRole('Stock Keeper')) @foreach($name as $m) @endforeach @foreach($quantity as $count) @endforeach @foreach($sem_name as $m) @endforeach @foreach($sem_quantity as $count) @endforeach @foreach($med_name as $m) @endforeach @foreach($med_quantity as $count) @endforeach

Feeding Stock price

Medicine Stock price

{{$total_products}}

Total products

{{$sum_semen_quantity}}

Net Semen Quantity

Stock Information

@else

Insufficient Permissions

@endif @endsection