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

{{__('Sample')}}

@endsection @section('content')

{{ __('Create Sample') }}

@csrf @include('admin.samples._form')
@can('create_sample_recollection')
@endcan
@endsection