@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if(Helper::checkAccess('department_add')) {{ __('lbl.upload_csv') }} @endif

{{ __('lbl.giftcardnumber') }} {{ __('lbl.amount') }} {{ __('lbl.currentamount') }} Total Uses {{ __('lbl.action') }}
{{Form::hidden('giftcardsIndex',route('giftcards'),['id'=>'giftcardsIndex'])}} @endsection @section('pagescript') {!! Helper::datatablelib('giftcards/list.js') !!} @stop