@extends('frontend.layouts.app') @section('content') {{ translate('Flash Deals')}} {{ translate('Home')}} "{{ translate('Flash Deals') }}" @foreach($all_flash_deals as $single) @endforeach @endsection