@extends('layouts.app') @section('title') Edit Sample Recollection @endsection @section('breadcrumb')

sample recollection {{ __('Sample Recollection') }}

@endsection @section('content')
@csrf @method('put') @include('admin.sample_recollection._form')
@can('view_rejection_form') @endcan
@include('admin.sample_recollection.modals.rename_file') @include('admin.sample_recollection.modals.rejection_modal') @endsection