@extends('staff::layouts.default') @section('title',trans('admin_default.transaction_report')) @section('breadcrumb')
  • {{trans('admin_default.ticket_scanned_report')}}
  • @endsection @section('style') @endsection @section('content')
    {{ trans('admin_default.stand_list') }}
    Total: {{ $stands->count() }} {{ trans('admin_default.result') }}
    @if(!$stands->isEmpty()) @foreach($stands as $stand) @endforeach @else @endif
    {{trans('admin_default.no')}} {{ trans('admin_default.picture') }} {{ trans('admin_default.stand_name') }} {{ trans('admin_default.status') }} {{ trans('admin_default.actions') }}
    {{ $i++ }} Image {{ $stand->group_name }} @if($isDisabled) Disabled @else Active @endif
    {{ trans('admin_default.empty') }}
    @endsection @section('script') @endsection