@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
{!! $status !!}
@if($header[0][6]=='S' || $header[0][6]=='C' || $header[0][6]=='R')
@if($header[0][6]=='C' || $header[0][6]=='R')
@endif
@endif
@foreach ($detail as $d) @endforeach
Gift Card Code Brand Gift Card Type Amount Action
@if($header[0][6]=='S') @elseif($header[0][6]=='R') {!! $d[4] !!} @endif
@endsection @section('script') @endsection