@extends('layouts.app') @section('title') {{ __('QC Monitoring') }} @endsection @section('breadcrumb')

{{ __('QC Monitoring') }}

@endsection @section('content')
@can('create_qc_monitoring') {{ __('Create') }} @endcan
# {{ __('Title') }} {{ __('Test Name') }} {{ __('Month') }} {{ __('Year') }} {{ __('Equipment') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection