@extends('layouts.app') @section('title') {{ __('Third Party Laboratory Evaluation') }} @endsection @section('breadcrumb')

{{ __('Third Party Laboratory Evaluation') }}

@endsection @section('content')
@can('create_third_party_laboratory_evaluation') {{ __('Create') }} {{ __('Download Template') }} @endcan
@if(isset($from)) @endif
# {{ __('Name of Facility / Lab') }} {{ __('Test/s Availed') }} {{ __('Evaluator') }} {{ __('Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection