@extends('admin.master', ['menu' => 'products', 'submenu' => 'product']) @section('title', isset($title) ? $title : '') @section('content')

{{ __('Edit Product')}}

{{ __('Product')}}
{{ __('All Products')}}
@csrf
{{--
--}}
{{--
--}} {{--
--}}
Status == 1 ? 'checked' : ''}} name="status" class="custom-control-input" id="customSwitch1">
Featured_Product == 1 ? 'checked' : ''}} name="feature" class="custom-control-input" id="customSwitch2">
Best_Selling == 1 ? 'checked' : ''}} name="best_sale" class="custom-control-input" id="customSwitch3">
On_Sale == 1 ? 'checked' : ''}} name="on_sale" class="custom-control-input" id="customSwitch4">
New_Arrival == 1 ? 'checked' : ''}} name="on_arrival" class="custom-control-input" id="customSwitch5">
@push('post_scripts') @endpush @endsection