@extends('layouts.color_admin.default') @section('title', 'Exporteren') @section('content')
@csrf

Exporteren

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
JAAR
@endsection @push('scripts') @endpush