@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Gift Cards @endsection @section('styles') @endsection @section('content')

Manage Gift Cards

Add New Gift Card
@if ($errors->any())
@endif
Gift Cards Created(Date|Time) View id
@endsection @section('scripts') @endsection