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

Return to Gift Cards

@if ($errors->any())
@endif

Add New Gift Card

{{ csrf_field() }}
@endsection @section('scripts') @endsection