@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
@if($header[0][6]!='R') Not Yet Received @else Received @endif

@foreach ($detail as $d) @endforeach
Gift Card Code Brand Gift Card Type Amount Remarks
{!!$d[4]!!}
@endsection @section('script') @endsection