@extends('layouts.mailsv2') @section('content')

Your offer for the product {{$offer->product->name}} @if($offer->status == 'approved') was approved @else was declined @endif

Published price: {{$offer->product->price}} eBits
Price Offered: {{$offer->amount}} eBits

Show Product
@endsection