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

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

Добавить
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $contracts, 'routeName' => 'contract.show', 'routeParam' => 'contract', ])
@if($errors->any()) @dump($errors) @endif @endsection