@extends('layouts.app') @section('title', __( 'manufacturing::lang.manufacturing_report' )) @section('content') @include('manufacturing::layouts.nav')

@lang( 'manufacturing::lang.manufacturing_report' )


@component('components.widget')
{{ __('manufacturing::lang.total_production') }}:
{{ __('manufacturing::lang.total_production_cost') }}:
@endcomponent
@component('components.widget')
{{ __('lang_v1.total_sold') }}:
@endcomponent

@if(session('business.enable_lot_number') == 1) @endif @if(session('business.enable_product_expiry') == 1) @endif

@stop @section('javascript') @endsection