@extends('statamic::layout') @section('title', __('Export entries')) @section('content')

{{ __('Export entries') }}

{{ __('Select the collection you wish to export:') }}

@csrf
@error('collection')

{{ $message }}

@enderror
@stop