@extends('layouts.app') @section('title') Process Project Sample @endsection @section('breadcrumb')

{{__('Process Project Sample')}}

@endsection @section('content')

{{ __('Sample Processing') }}

@csrf @include('admin.project_samples._process_form')

{{ __('Project Sample Attachments') }}

@endsection