Filter Settings
{{-- Save Current Filters Section --}}

Save Current Filters

Save Settings
@error('newTemplateName')

{{ $message }}

@enderror
{{-- Search Existing Templates --}}

Load Template

{{-- Templates List --}}
@forelse($templates as $template)
Load @if($template->user_id === (Auth::user() ? Auth::user()->user_id : null) || Auth::user()->is_admin ?? false) @endif
@empty
@if($searchTerm) No templates found matching "{{ $searchTerm }}" @else No saved templates yet @endif
@endforelse
@if(count($templates) > 4)
↕ Scroll to see more entries
@endif
Close