@extends('admin.layout.master') @section('content')

Pass Manager

Total No of Active Pass
{{$activePass}}
Last 7 Days Pass
    @if($totalSalesSevenDays) @foreach($totalSalesSevenDays as $seven)
  • @if(isset($seven->passName)){{$seven->passName->pass_type_name}}@endif {{($seven->total)}}
  • @endforeach @endif
Pass Status Details
    @if($passStatusDetails) @php $hold_on = 0; @endphp @foreach($passStatusDetails as $thirty) @if($thirty->status == 2) @php $hold_on = 1; @endphp @endif
  • @if(isset($thirty))@if($thirty->status == 1){{'On Sale'}}@else{{'On Hold'}}@endif @endif {{($thirty->total)}}
  • @endforeach @if($hold_on == 0)
  • On Hold 0
  • @endif @endif

Clear All

{{csrf_field()}}

Pass

Total No of Pass: 0

@endsection @section('scripts') @endsection