@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{ csrf_field() }}
{{ csrf_field() }}
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
{{ csrf_field() }}
DENOMINATION
*
[Select Denomination]
@foreach($sortedDenominations as $denomination)
{{ $denomination->value }}
@endforeach
{{ csrf_field() }}
Use Type
*
[Select Use Type]
@foreach($useTypes as $type)
{{ $type->name}}
@endforeach
Quantity
*
Available Date From
*
Available Date To
*
Import File
Gift Card Type
Brand
Denomination
Use Type
Quantity
Date From
Date To
Action
Home
@if(isset(session('allUserAccesses')['gift cards']) && \App\Models\Permission::canCreate(session('allUserAccesses')['gift cards']))
Save Request
@endif
Primary
touch_app
@endsection @section('script') @endsection