@extends('layouts.admin.app') @section('content') {{-- --}}
@if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA' || Session::get('permissions.user_type') == 'E')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach
@csrf

Edit Product

*
*
*
*

has_attribute=="Y") checked @endif>Yes       has_attribute=="N") checked @endif>No
*
actual_price) value="0" @else value="{{$productdetails->actual_price}}" @endif> Note: You can leave it blank if product price and actual price is same

delivery_type == 'H' ? 'checked' : '' }}>
delivery_type == 'C' ? 'checked' : '' }}>
*
*
*
*
@if($no_of_image>0)
@endif
search_tag) value="{{$productdetails->search_tag}}"@endif>
@endif
@endsection