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

{{ trans('Top five machines wise manufacturing report') }}

Filter by:Machines/Date Range/Time Range
{{-- --}}
@if(session()->has('message'))

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

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

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

{{ session()->get('error') }}
@endif
@include('admin.mask-production-report.mask-top-five-report-data')
@endsection