@section('title', 'Contract Settings') @section('page-style') @endsection @include('admin.pages.contracts.header', ['tab' => 'events'])
{{-- Stats Start --}}
{{__('Events Summary')}}
{{$summary->where('event_type', 'Paused')->sum('total')}}
{{__('Paused')}}
{{$summary->where('event_type', 'Terminated')->sum('total')}}
{{__('Terminated')}}
{{-- Stats End --}}
Search Filter
{{$dataTable->table()}}
@push('scripts') {{$dataTable->scripts(null, ['nonce' => csp_nonce()])}} @endpush