@extends('layouts.admin') @section('title', 'Refund Settings') @section('content')
{{-- Page Header --}}

Refund Setting

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif {{-- Card 1: Set Refund Time --}}

Set Refund Time

@csrf {{-- N.B Text --}}

N.B: Make sure you have active wallet system. Otherwise refunded amount will not show on customer account.

{{-- Refund with shipping cost toggle --}}

Include shipping costs in refund amount

{{-- Refund request time --}}
@error('refund_request_time')

{{ $message }}

@enderror
{{-- Refund Policy page select --}}
{{-- Refund Sticker upload --}}
@if($settings->refund_sticker) refund-sticker @else
@endif
{{-- Submit --}}
{{-- Card 2: Refund Protection --}}

Refund Protection

@csrf {{-- Refund Protection Title --}}
{{-- Refund Protection Sub-title --}}
{{-- Submit --}}
@endsection