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

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

@endsection @section('content')

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

@csrf @include('admin.third_party_laboratory_evaluation._form')
@endsection @section('scripts') @endsection