@extends('layouts.logged') @section('content') @include('partials.header', [ 'site_name' => 'Kandydaci - uzupełnianie danych', 'bread_crumbs' => [ [ 'link' => route('get.candidates.index'), 'name' => 'Kandydaci' ] ], 'current' => 'Importowanie kandydatów' ])

Importowanie kandydatów

{{ csrf_field() }}

Zaimportuj plik w formacie XLSX (max 5 MB)

@endsection