@extends('layouts.app') @section('title', __('Stock Usage Alert')) @section('content')

{{ __('Stock Usage Alert')}}

@component('components.widget', ['class' => 'box-primary'])
Customer Name Phone Number Product Name Invoice Number Usage Expiry Invoice Created
@endcomponent
@endsection @section('javascript') @endsection