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

@if (empty($productDetails)) Add Product @else 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
@if(empty($productDetails)) @else @endif
@endsection @push('script') @endpush