@extends('layouts.app') @section('css') @endsection @section('js') @endsection @section('content')
@include('layouts.components.admin.navbar')

@foreach ($wr as $r) @if ($r->status != "ready") @else @endif @endforeach
# الرسالة الحالة المعاملات اجراء
@if ($r->status == "processing")
@endif
{{$r->id}}
{{join(', ',( json_decode($r->message)))}} {{ $r->status}}{{ sizeof(json_decode($r->jobs_id)) }}/{{ sizeof(array_merge(json_decode($r->jobs_successed), json_decode($r->jobs_failed))) }}--- @if ($r->status == "processing")
@else
@endif @if ($r->status != "processing")
@endif @if (!empty($r->task_id))
@endif
@if(Session::has('success')) @endif
@csrf ملف مرفق مع الرسالة صورة مرفقة مع الرسالة
ملف الارقام
© Powered by {{env('website_name')}}
@endsection