@extends('layouts.superadmin') @section('content')

Gift Cards

Back
@if ($message = Session::get('success'))

{{ $message }} @if( $downloadable = Session::get('downloadable') ) Click on the download button to get the Generated GiftCards PDF. Download GiftCards @endif

@endif
Generate Gift Card
@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection