@extends('layouts.app') @section('title') تقرير طباعة التذاكر لاكثر من مره @endsection @section('content')
| # | اخر طباعة تمت بواسطة | عدد مرات الطباعه | اسم عميل التذكره | سبب اخر تكرار | وقت اخر طباعة | {{ __('messages.Actions') }} |
|---|---|---|---|---|---|---|
| {{ $skipCount + $i }} | @php $i++ @endphp{{ $item->last_print_logs->user?->name }} | {{ $item->count_print }} | {{ $item?->booking?->user?->name }} | {{ $item->last_print_logs->reason }} | {{ $item->last_print_logs->created_at->format('Y-m-d H:i a') }} |
تفاصيل
{{-- |