@php $report = session('report'); @endphp @if ($report)
ملخص الاستيراد
تفاصيل الرسائل
| # رقم الصف | الحالة | الرسالة |
|---|---|---|
| {{ $row }} | {{ $status }} | {{ $msg }} |
| لايوحد بيانات تم رفعها | ||
@extends('layouts.app')
@section('title', __('accounting::lang.chart_of_accounts'))
@section('content')
@section('css')
@endsection
@include('accounting::layouts.nav')
@lang( 'accounting::lang.chart_of_accounts' )
@php $report = session('report'); @endphp
@if ($report)
ملخص الاستيراد
تفاصيل الرسائل
@forelse ($report['details'] as [$row, $status, $msg])
# رقم الصف
الحالة
الرسالة
@empty
{{ $row }}
{{ $status }}
{{ $msg }}
@endforelse
لايوحد بيانات تم رفعها