@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')
💸 Discounts
Add Discount
Add Discount
Discount For
Company
Individual
Company Name
Select
@if(!empty($companies)) @foreach($companies as $company)
{{ $company->gstcmpname }}
@endforeach @endif
Currency
Select Currency
@if(!empty($currencies)) @foreach($currencies as $c)
{{ $c->currency_name }}
@endforeach @endif
Room Type
Select Room Type
@if(!empty($roomtypes)) @foreach($roomtypes as $r)
{{ $r->name }}
@endforeach @endif
Rate Plan
Select Rate Plan
Discount %
Till Date
Lifetime
Active Status
Active
In Active
Discount For
Company Name
Currency
Room Type
Rate Plan
Discount %
Status
Till Date
Action
@include('Commonfooter')
@include('Commonscript')