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

Рекламации

@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $reclamations, 'routeName' => 'reclamations.show', 'routeParam' => 'reclamation', ])
@if($errors->count()) @dump($errors) @endif @endsection