@extends('frontend.layouts.app') @section('content')

{{ translate('Flash Deals')}}

@if (get_setting('flash_deal_banner') != null || get_setting('flash_deal_banner_small') != null)
{{ env('APP_NAME') }} promo
{{ env('APP_NAME') }} promo
@endif
@foreach($all_flash_deals as $single) @endforeach
@endsection @section('script') @endsection