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

Договоры

Добавить
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $contracts, 'routeName' => 'contract.show', 'routeParam' => 'contract', 'nav' => $nav ?? null, ]) @include('partials.pagination', ['items' => $contracts]) @endsection