@extends('layouts.admin') @section('title',__('adminstaticwords.RefundPolicy')) @section('content')

{{__('adminstaticwords.RefundPolicyText')}}

@if ($config)
{!! Form::model($config, ['method' => 'PATCH', 'route' => 'refund_pol']) !!}
{!! Form::label('refund_pol', __('adminstaticwords.RefundPolicyText')) !!} {!! Form::textarea('refund_pol', null, ['id' => 'editor1', 'class' => 'form-control']) !!} {{ $errors->first('refund_pol') }}
{!! Form::close() !!}
@endif
@endsection @section('custom-script') @endsection