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

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

@endsection @section('content')

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

@csrf @include('admin.sample_recollection._form')
@endsection