@extends('layouts.app') @section('title', __('zatcaintegrationksa::lang.zatca')) @section('content') @include('zatcaintegrationksa::layouts.nav')
@component('components.static', [ 'svg_bg' => 'tw-bg-blue-400', 'svg_text' => 'tw-text-white', 'svg' => '', ])

{{ __('zatcaintegrationksa::lang.total_invoices') }}

{{ $total_un_synced + $total_synced }}

@endcomponent
@component('components.static', [ 'svg_bg' => 'tw-bg-yellow-400', 'svg_text' => 'tw-text-white', 'svg' => '', ])

{{ __('zatcaintegrationksa::lang.total_un_synced') }}

{{ $total_un_synced }}

@endcomponent
@component('components.static', [ 'svg_bg' => 'tw-bg-orange-400', 'svg_text' => 'tw-text-white', 'svg' => ' ', ])

{{ __('zatcaintegrationksa::lang.total_synced') }}

{{ $total_synced }}

@endcomponent
@component('components.static', [ 'svg_bg' => 'tw-bg-green-400', 'svg_text' => 'tw-text-white', 'svg' => '', ])

{{ __('zatcaintegrationksa::lang.total_success_synced') }}

{{ $total_success_synced }}

@endcomponent
@component('components.static', [ 'svg_bg' => 'tw-bg-red-400', 'svg_text' => 'tw-text-white', 'svg' => '', ])

{{ __('zatcaintegrationksa::lang.total_failed_synced') }}

{{ $total_failed_synced }}

@endcomponent

{!! __('zatcaintegrationksa::lang.version_info', ['version' => $module_version]) !!}

@endsection