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

Ответственные

@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $responsibles, 'routeName' => 'responsible.show', ])
@if($errors->count()) @dump($errors) @endif @endsection @push('scripts') {{-- --}} @endpush