@extends('frontend.layouts.master') @section('style') @endsection @section('content')
@foreach($offers as $offerKey => $offer) @endforeach
@endsection