@extends('admin.layout.layout') @section('title',__('Products')) @section('breadcrumbs') @endsection @section('content')
@csrf
{{ __('Product Info') }}
{{ __('Reminder: The added products do not include VAT in their prices.') }}
@if(auth()->user()->type == 1)