@extends('layouts.app') @section('content')

Импорт

@if(hasRole('admin'))
@endif
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $imports, 'routeName' => 'import.show', ])
@if($errors->any()) @dump($errors) @endif @endsection