@extends('layouts.school.master') @section('title') {{ __('refund_cancellation') }} @endsection @section('css') @endsection @section('content') @php $dir = Session::get('language')->is_rtl ? 'rtl' : 'ltr'; @endphp

{{ __('refund_cancellation') }}

@if (isset($schoolSettings['refund_cancellation']))
{!! htmlspecialchars_decode($schoolSettings['refund_cancellation'] ?? __('refund_cancellation_is_not_available_at_the_moment')) !!}
@else
{{ __('refund_cancellation_is_not_available_at_the_moment') }}
@endif
@endsection