@extends('header.header') @section('content')
| {{ __('ID') }} | {{ __('Image') }} | {{ __('Type') }} | {{ __('Type_id') }} | {{ __('Value') }} | {{ __('Start Date') }} | {{ __('End date') }} | {{ __('Control') }} |
|---|---|---|---|---|---|---|---|
| {{ $offer->id }} | {{ $offer->belongs }} | {{ $offer->type_id }} | {{ $offer->value }} | {{ $offer->start_date }} | {{ $offer->end_date }} | @endforeach |