|
@@ -1,13 +1,13 @@
|
|
|
@extends('layouts.invoice-center')
|
|
|
@section('inner-content')
|
|
|
<div class="d-flex mb-2 pb-2 align-items-center border-bottom">
|
|
|
- <div class="font-size-14 font-weight-bold">Gift Cards</div>
|
|
|
+ <div class="font-size-14 font-weight-bold">Vouchers</div>
|
|
|
<div moe class="ml-3">
|
|
|
<a href="" start show class="btn btn-sm btn-primary font-weight-normal text-white">
|
|
|
- + Add Gift Card
|
|
|
+ + Add Voucher
|
|
|
</a>
|
|
|
<form url="/api/giftCard/create" class="mcp-theme-1">
|
|
|
- <p class="mb-2 text-secondary font-weight-bold">Add Gift Card</p>
|
|
|
+ <p class="mb-2 text-secondary font-weight-bold">Add Voucher</p>
|
|
|
<div class="mb-2">
|
|
|
<label class="text-sm text-secondary mb-1">Company</label>
|
|
|
<input type="hidden" name="companyUid" value="{{@$company->uid}}">
|
|
@@ -76,7 +76,7 @@
|
|
|
<div moe class="ml-3">
|
|
|
<a href="" start show>Deactivate</a>
|
|
|
<form url="/api/giftCard/deactivate" class="mcp-theme-1" right>
|
|
|
- <p class="mb-2 text-nowrap">Deactivate this gift card?</p>
|
|
|
+ <p class="mb-2 text-nowrap">Deactivate this voucher?</p>
|
|
|
<input type="hidden" name="uid" value="{{$record->uid}}">
|
|
|
<div>
|
|
|
<button submit class="btn btn-sm btn-primary mr-2">Submit</button>
|
|
@@ -88,7 +88,7 @@
|
|
|
<div moe class="ml-3">
|
|
|
<a href="" start show>Reactivate</a>
|
|
|
<form url="/api/giftCard/reactivate" class="mcp-theme-1" right>
|
|
|
- <p class="mb-2 text-nowrap">Reactivate this gift card?</p>
|
|
|
+ <p class="mb-2 text-nowrap">Reactivate this voucher?</p>
|
|
|
<input type="hidden" name="uid" value="{{$record->uid}}">
|
|
|
<div>
|
|
|
<button submit class="btn btn-sm btn-primary mr-2">Submit</button>
|
|
@@ -104,6 +104,6 @@
|
|
|
</table>
|
|
|
{{$records->withQueryString()->links()}}
|
|
|
@else
|
|
|
- <div class="text-secondary">No gift cards yet!</div>
|
|
|
+ <div class="text-secondary">No vouchers yet!</div>
|
|
|
@endif
|
|
|
@endsection
|