{!! Form::label('name', 'Name:') !!}

{{ $sellerProduct->name }}

{!! Form::label('description', 'Description:') !!}

{{ $sellerProduct->description }}

{!! Form::label('price', 'Price:') !!}

{{ $sellerProduct->price }}

{!! Form::label('image', 'Image:') !!}

{{ $sellerProduct->image }}

{!! Form::label('seller_product_category_id', 'Seller Product Category Id:') !!}

{{ $sellerProduct->seller_product_category_id }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $sellerProduct->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $sellerProduct->updated_at }}