@extends('backend.admin-master')
@section('site-title')
{{__('Dashboard')}}
@endsection
@section('content')
Stock Market / Upload a new Product
@if(isset($edit_product->id))
{{-- for dynamic img path --}}
@php $img_path = isset($edit_product->Logo) ? $edit_product->Logo : '../assets/dashboard/assets/img/elements/product-image.png' @endphp
@endsection