@extends('front.layouts.main') @section('content') @if(count($data)>0)
@foreach($data[0]['giftCardImage'] as $slider)
@endforeach
{{ $data[0]['gift_card_title'] }}
{{ $data[0]['gift_card_title'] }}

SELECT YOUR GIFT CARD

@foreach($data as $giftcard)
{{ $giftcard['gift_card_title'] }}
{{ $giftcard['gift_card_title'] }}
@endforeach

SELECT YOUR GIFT CARD DETAILS

{{ $errors->giftcardErrors->first('gift_amt', ':message') }}
{{ Form::open(['route'=>['giftcard.preview'],'method'=>'POST'])}}
{{ $errors->giftcardErrors->first('to_email', ':message') }}
{{ $errors->giftcardErrors->first('from_email', ':message') }}
{{ $errors->giftcardErrors->first('from_msg', ':message') }}
{{ Form::close() }}
@else

No Gift Card Found

@endif @endsection @section('js') @endsection