@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Redeem History @endsection @section('styles') @endsection @section('content') @if ($errors->any())
@endif

Settle

Redeem Settle

@csrf
@if($getRedeemData->is_settle == 1) @else @endif

{{ strip_tags($policyData->content) }}

@if($getRedeemData->is_settle == 0) @else @endif
@endsection @section('scripts') @endsection