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

Площадки

{{ year() }}
@if(hasRole('admin')) Создать Экспорт @endif
@if(hasRole('admin'))
@csrf
@endif
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $orders, 'statuses' => $statuses, 'routeName' => 'order.show', ]) @include('partials.pagination', ['items' => $orders]) @endsection