@extends('admin.layout') @section('content')

{{ trans('Manufacturing Report') }} (Showing {{($result['MaskProductionInventorysData']->currentPage()-1)* $result['MaskProductionInventorysData']->perPage()+($result['MaskProductionInventorysData']->total() ? 1:0)}} to {{($result['MaskProductionInventorysData']->currentPage()-1)*$result['MaskProductionInventorysData']->perPage()+count($result['MaskProductionInventorysData'])}} of {{$result['MaskProductionInventorysData']->total()}} Results)

@include('admin.loader') @php $getUserRoleData = userRoleData(); $manufacturing_report = explode(",",$getUserRoleData->manufacturing_report); @endphp
Filter by:Machines/Status/Date range
{!! Form::select('mp_operator_name[]', $result['operatorsData'], $mp_operator_name, array('class'=>'form-control', 'id'=>'mp_operator_name', 'multiple'=>'')) !!}
{!! Form::select('mp_inventory_status[]', $result['mp_inventory_status'], $mp_inventory_status, array('class'=>'form-control', 'id'=>'mp_inventory_status', 'multiple'=>'')) !!}
@if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif
@if(in_array("View", $manufacturing_report)) {{-- --}} @include('admin.mask-production-report.mask_production_report_pagination_data')
{{ trans('#ID') }} {{ trans('Machine') }} {{ trans('Order ID') }}{{ trans('Accepted') }} {{ trans('Rejected') }} {{ trans('Total') }} {{ trans('Rejection %') }} {{ trans('Date') }} {{ trans('Action') }}
@else

Please contact with SuperAdmin

@endif
@endsection @section('scripts') @endsection