@extends('layouts.app') @section('content')
@include('incs.contentheader')
Requestor
*
Requestor Email
*
Request Date
*
Purpose
*
{{--
--}}
Gift Card Type
*
[Select Gift Card Type]
@foreach($gcTypes->header as $gc)
{{$gc->name}}
@endforeach
Brand
*
[Select Brand]
@foreach($brands->header as $brand)
{{ $brand->brand_name }}
@endforeach
DENOMINATION
*
[Select Denomination]
@foreach($sortedDenominations as $denomination)
{{ $denomination->value }}
@endforeach
Use Type
*
[Select Use Type]
@foreach($useTypes as $type)
{{ $type->name}}
@endforeach
Quantity
*
Expiration Date
*
Gift Card Type
Brand
Denomination
Use Type
Quantity
Expiration Date
Action
Total :
Home
Send for Approval
Primary
touch_app
{{--
--}} @endsection @section('script') @endsection