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

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

@endsection @section('content')

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

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