@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')
| Offer ID | Buyer | Buyer Email | Signature | Actions |
|---|---|---|---|---|
| {{ $buyer->offer_id}} | {{ $buyer->buyer->name }} | {{ $buyer->buyer->email }} | {{ $buyer->signature == 1 ? 'Signed' : 'Not Signed' }} | Download Signed Agreement |