@extends('header.header') @section('content')
{{ __('offers') }}

{{ __('offers') }}

@foreach ($offers as $offer) @endforeach
{{ __('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 }}
@endsection