@section('title', 'Manage Product') @extends('vendor.layouts.app') @push('style') @endpush @section('content')

@if (empty($productDetails)) {{ trans('manage_product.add_product') }} @else {{ trans('manage_product.edit_product') }} @endif

arrow_back
@if(empty($productDetails))
@else @method('PUT') @endif @csrf
@if(!empty($productDetails->image))

Excisting Image:

@endif
@if(empty($productDetails)) @else @endif
@endsection @push('script') @endpush