@extends('layouts.app') @section('css') @endsection @php $resto = \App\Models\Restaurants::find(\App\Helpers\CommonMethods::getRestuarantID()); $lang = $resto->default_lang; app()->setLocale($lang); if(session('app_lang') !==null){ $lang = session('app_lang'); app()->setLocale($lang); } @endphp @section('content')
@csrf

{{__('label.add_loyalty')}}

Enable and manage a loyalty program for your customers

How much credit your customers get with each order

{{__('label.spending')}}

Set the maximum limits for redeeming credit. The system will always apply the lowest.

@if(isset($loyalty))
active=="Yes") checked @endif name="active" type="checkbox">
@endif
@endsection @section('js') @endsection