@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')
Offer Loop
Sign Agreement
Buyer Name: {{ $buyer->name }}
@endsection @section('script') @endsection