@extends('admin.layout.main') @section('content')
@method('PUT') @csrf
Loyalty Points Settings
{{-- Year Dropdown --}} {{-- Month Dropdown --}} {{-- Day Dropdown --}}
Note: This expiry date is applied after the customer has used the service. Loyalty points remain valid until the specified expiry date.

Header Information
@if(!is_null($invoice_settings) && !is_null($invoice_settings->logo_en)) @endif
@if(!is_null($invoice_settings) && !is_null($invoice_settings->logo_ar)) Invoice Logo Arabic @endif
@if(!is_null($invoice_settings) && !is_null($invoice_settings->sar_icon)) SAR Icon @endif
@if(!is_null($invoice_settings) && !is_null($invoice_settings->usd_icon)) USD icon @endif
Site Settings
@if(!is_null($site_settings) && !is_null($site_settings->site_logo)) @endif
@endsection @section('js') @endsection