@extends('layouts.app') @section('title', 'Родители') @push('styles') @endpush @section('content')
@include('admin.partials.user-tabs', ['activeTab' => 'parents'])

Родители

@if ($canManageParents)
@endif @if ($totalPages > 1) @endif
@if ($canManageParents) @endif @if ($canManageParents) @endif @endsection