@extends('layouts.admin.app') @section('content')
@if( Session::get('permissions.user_type') == 'A' )
@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
*
*
*
*
search_tag) value="{{$productdetails->search_tag}}"@endif>
*
*
@endif
@endsection