@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Stock Market / Upload a new Product

@if(isset($edit_product->id))
@method('PUT') @else @endif @csrf
Preview Section
{{-- default image --}}
user-avatar

Allowed JPG, GIF or PNG. Max size of 800K


{{-- --}}
*
@if (isset($edit_product->product_code))
@endif
Details Section

Description Section

{{--
--}}
Cancel
{{-- for dynamic img path --}} @php $img_path = isset($edit_product->Logo) ? $edit_product->Logo : '../assets/dashboard/assets/img/elements/product-image.png' @endphp @endsection