@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content') @if(!empty($overdueInstallments) and count($overdueInstallments))
{{ trans('update.overdue_installments') }}
{{ trans('update.you_have_count_overdue_installments_please_pay_them_to_avoid_restrictions_and_negative_effects_on_your_account',['count' => count($overdueInstallments)]) }}
@endif {{-- Top Stats --}} @include('design_1.panel.financial.installments.lists.top_stats') {{-- Overdue Installments --}} @include('design_1.panel.financial.installments.lists.overdue') {{-- My Installments --}} @if(!empty($orders) and !$orders->isEmpty())

{{ trans('update.my_installments') }}

{{-- Filters --}} {{-- List Table --}}
@foreach($orders as $orderRow)
@include("design_1.panel.financial.installments.lists.grid_card", ['order' => $orderRow])
@endforeach
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'installments.svg', 'title' => trans('update.you_not_have_any_installment'), 'hint' => trans('update.you_not_have_any_installment_hint'), ]) @endif @endsection @push('scripts_bottom') @endpush