@extends('backend.layouts.app') @section('title', app_name().' | '.__('crm::menus.radeem_point')) @section('content') @if (isset($error)) @endif
{{-- content header --}}

@lang('crm::labels.radeem.main')

{{-- content body --}}
@csrf
@if(isset($patient)) @include('crm::radeem_point.form-radeem') @endif @endsection