@extends('layouts.app')
@section('title', __('partner.partner_type_donor'))
@section('content')
-
{!! link_to_route('donors.index', __('dashboard.dashboard'), [], ['class' => 'nav-link'.(in_array(Request::segment(2), ['dashboard', null]) ? ' active' : '')]) !!}
-
{!! link_to_route('donors.search', __('donor.search'), [], ['class' => 'nav-link'.(Request::segment(2) == 'search' ? ' active' : '')]) !!}
@include('donors._partner_statistics')
@livewire('donors.income-dashboard', ['book' => $selectedBook, 'year' => $selectedYear, 'month' => $selectedMonth])
@livewire('donors.book-dashboard', ['book' => $selectedBook, 'year' => $selectedYear, 'month' => $selectedMonth])
@endsection
@prepend('scripts')
@endprepend
@push('scripts')
@endpush