@extends('admin.layout') @section('content')
{{ __('Settings') }}
@csrf
@if ($errors->has('expiration_reminder'))

{{ $errors->first('expiration_reminder') }}

@endif

{{ __('Set reminder days before subscription expires. (via mail)') }}

@endsection