@lang('View Offers')
{{csrf_field()}}
@lang('Bulk Options')
@lang('Delete')
@if($offers) @foreach($offers as $offer) @endforeach @endif
@lang('ID')
@lang('Image')
@lang('Position')
@lang('Priority')
@lang('Status')
@lang('Created')
@lang('Action')
{{$loop->iteration}}
@if($offer->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($offer->photo->name, 50); @endphp
@else
@endif
{{$offer->position}}
{{$offer->priority}}
{{$offer->is_active ? __('Active') : __('Inactive')}}
{{$offer->created_at}}