Raw Reporting
{{ $title }}
@include('components.app.calendar')
@if ($purchases->count() > 0)
@include('components.rawmaterial.tables.purchases')
@endif
@if ($rawcontrols->count() > 0)
@include('components.rawmaterial.tables.reporting')
@endif
@if ($datestr == now()->format('Y-m-d'))
@if ($additem == true)
@include('components.rawmaterial.additem')
@endif
@if ($addpurchase == true)
@include('components.rawmaterial.addpurchase')
@endif
@if ($addoutput == true)
@include('components.rawmaterial.addoutput')
@endif
@if ($addreturn == true)
@include('components.rawmaterial.addreturn')
@endif
@if ($adddamage == true)
@include('components.rawmaterial.adddamage')
@endif
@endif