@extends('front.layouts.main') @section('content') @if(count($data)>0) @foreach($data[0]['giftCardImage'] as $slider) @endforeach {{ $data[0]['gift_card_title'] }} SELECT YOUR GIFT CARD @foreach($data as $giftcard) {{ $giftcard['gift_card_title'] }} @endforeach More SELECT YOUR GIFT CARD DETAILS KES KES KES ENTER AMOUNT {{ $errors->giftcardErrors->first('gift_amt', ':message') }} {{ Form::open(['route'=>['giftcard.preview'],'method'=>'POST'])}} TO {{ $errors->giftcardErrors->first('to_email', ':message') }} FROM {{ $errors->giftcardErrors->first('from_email', ':message') }} MESSAGE {{ $errors->giftcardErrors->first('from_msg', ':message') }} PREVIEW {{ Form::close() }} @else No Gift Card Found @endif @endsection @section('js') @endsection