@extends('layouts.app') @section('title') {{__('Cultures')}} @endsection @section('breadcrumb')

{{__('Cultures')}}

@endsection @section('content')

{{__('Cultures Table')}}

@can('create_culture') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# {{__('Category')}} {{__('Name')}} {{__('Sample Type')}} {{__('Price')}} {{__('Action')}}
@endsection @section('scripts') @endsection