@extends('layouts.app') @section('style') @endsection @section('wrapper')
{{ $stats['total'] }}
{{__('Total Products')}}
{{ $stats['active'] }}
{{__('Active')}}
{{ $stats['digital'] }}
{{__('Digital')}}
{{ $stats['low_stock'] }}
{{__('Low Stock')}}
{{ $stats['out_of_stock'] }}
{{__('Out of Stock')}}
{{__('Products Management')}}
{{__('Product')}} {{__('Category')}} {{__('Price')}} {{__('Type')}} {{__('Stock')}} {{__('Status')}} {{__('Actions')}}
{{__('Products')}}
{{__('Add New Product')}}
@csrf
{{__('Edit Product')}}
@csrf @method('POST')
@endsection @section('script') @endsection