@section('title') Webhooks @endsection @section('breadcrumbs') {{ Breadcrumbs::render('webhooks') }} @endsection @section('page', 'webhooks')
Outstanding Calls: {{$webhookUsers->calls}} @if($webhookUsers->calls <= 0) You've reached your webhook calls limit. If you need assistance, please reach out to our customer support. @endif
@if($data->total() > 0) @foreach($data as $webhook) @endforeach @else @endif
URL Event Status Logs Action
{{$webhook->webhook}} {{($webhook->name)?$webhook->name:'-'}} @if($webhook->status) Active @else Disabled @endif View Logs Actions
No data found.
{!! $data->appends(request()->input())->onEachSide(3)->links() !!}
@push('scripts') @endpush