@extends('vendor.header.header') @section('content')
| {{__("ID")}} | {{__("Type")}} | {{__("Type_id")}} | {{__("Value")}} | {{__("Start Date")}} | {{__("End date")}} | {{__("Status")}} | {{__('Control')}} |
|---|---|---|---|---|---|---|---|
| {{$offer->id}} | {{$offer->belongs}} | {{$offer->type_id}} | {{$offer->value}} | {{$offer->start_date}} | {{$offer->end_date}} | {{$offer->status == 1 ? "Accepted" : "Pending"}} |