@extends('layouts.app') @section('title') تقرير طباعة التذاكر لاكثر من مره @endsection @section('content')
اسم صاحب التذكرة : {{ $item->booking?->user?->name }}
العرض : {{ $item->booking?->show?->name }}
اجمالى مرات الطباعة : {{ $item->count_print }}
تاريخ العرض : {{ $item?->booking?->show_date?->date }}
الطباعة رقم : {{ $log->print_count }}
الذى قام بالطباعة هو : {{ $log->user->name }}
السبب : {{ $log->reason }}