@extends('admin.layout.layout') @section('title',__('Products')) @section('breadcrumbs') @endsection @section('content')
@csrf @method('PUT')
{{ __('Product Info') }}
{{ __('Reminder: The added products do not include VAT in their prices.') }}
sale_status != 1) disabled @endif>
{{ __('View') }}

{{ __('Product Features') }}

@if($product->sale_status == 1) @else

{{ __('This is only for new products!') }}

@endif
@endsection @push('scripts') @endpush