@extends('layouts.app') @push('style') @endpush @section('main')

Sell Product

@if (session('error'))
{{ session('error') }}
@endif
Product Details
@if ($product->brand)

Brand: {{ $product->brand }}

@endif @if ($product->model)

Model: {{ $product->model }}

@endif @if ($product->type)

Product category: {{ $product->type }}

@endif @if ($product->name)

Product Name: {{ $product->name }}

@endif @if ($product->stock)

Stock: {{ $product->stock }}

@endif
@csrf
--model exchange --
{{-- Add Customer Modal --}} @endsection @push('script') @endpush