@extends('layouts.app') @section('title') Organic Acid Analysis @endsection @section('breadcrumb')

{{__('Organic Acid Analysis')}}

@endsection @section('content')
@can('create_organic_acid_analysis') {{__('Create')}} @endcan
@if(isset($from)) @endif
@if(isset($req_filter_status)) @endif
@csrf
{{__('Import')}}
# Worklist No. Date of Analysis Status Signed Signed Dates Signed By {{ __('Action') }}
@endsection @section('scripts') @endsection