@extends('admin.layout') @section('content')

{{ translate('Refund resone') }}

@if (Session::get('tenant_subscribtion_data')['refunds']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['refunds'] == 1)
@include('admin.RefundResone.pagination_data')

{{ translate('Add refundResone') }}

{!! Form::open(['method' => 'post', 'action' => 'Admin\RefundResoneController@store', 'files' => true]) !!}
{!! Form::text('resone', null, ['class' => 'form-control', 'placeholder' => translate('Resone')]) !!}
@error('resone')
{{ $message }}
@enderror
{!! Form::Close() !!}
@else

{{ translate('You need to upgrade to use this feature.') }}

{{ translate('Please Upgrade to use this feature.') }}


{{ translate('Upgrade now') }}
@endif
@endsection @section('script') @endsection