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

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

@endsection @section('content')

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

@csrf @method('put') @include('admin.third_party_laboratory_evaluation._form_show')
@endsection @section('scripts') @cannot('bulk_action_patient') @endcan @endsection