@include('layouts.header')
@include('myAccount.myAccount_sidebar')

Gift Card Received

@if (!empty($fetch_gift_res_details) && count($fetch_gift_res_details) > 0) @foreach ($fetch_gift_res_details as $resgift) @endforeach @else @endif

Gift Card Sent

@if (!empty($fetch_gift_send_details) && count($fetch_gift_send_details) > 0) @foreach ($fetch_gift_send_details as $sendgift) @endforeach @else @endif
@include('layouts.footer')
@include('layouts.sticky-footer') @include('layouts.mobile-menu')