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

{{__('Sample Types')}}

@endsection @section('content')

{{__('Create Sample type')}}

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