@extends('layouts.app') @section('title', 'Home Page') @section('content')
img
{{ $jobs }}
Total Jobs
img
{{ $stocks }}
Total Stocks
img
{{ $waste }}
Total Waste
img
{{number_format($wastePercentage,2)}}
Total Waste ( in %)
Stock Usage Chart
  • Stock used
  • Stock wasted
@endsection @push('styles') @endpush @push('scripts') @endpush