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

Пользователи

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