@extends('layouts.tabler') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf
TOTAL SELLABLE
{{ $totalSellable }}
TOTAL WORTH (SALES)
{{ format_currency($totalWorthSales) }}
TOTAL WORTH (COST)
{{ format_currency($totalWorthCost) }}
@livewire('tables.product-table')
@endsection @push('page-scripts') @endpush