@extends('layouts.app') @section('title') {{__('Edit Sample type')}} @endsection @section('breadcrumb')

{{__('Sample type')}}

@endsection @section('content')

{{__('Edit Sample Type')}}

@csrf @method('put') @include('admin.sample_type._form')
@endsection @section('scripts') @endsection