@extends('adminlte::page') @section('title', __('global.Add New') . ' ' . __('global.Covid Product')) @section('content')

@lang('global.Create') @lang('global.Covid Product')

@include('common.form-errors')
@csrf @include('covid-products.partials._form') {!! Util::FormSubmitActions('covid_product_form', route('covid-products.index')) !!}
@endsection