@extends($layout) @section('content') @php $url = $url ?? null; @endphp

{!! __('label.ical_export') !!}

{!! $tpl->displayNotification() !!}
@dispatchEvent('afterFormOpen') {!! __('text.ical_export_description') !!}
@if ($url) {!! __('text.you_ical_url') !!}
@else {!! __('text.no_url') !!} @endif
@dispatchEvent('beforeSubmitButton')
@dispatchEvent('beforeFormClose')
@endsection