@extends('layout.v2.error') @section('status_code','404') @section('status','Not Found') @section('sub_title', trans('errors.404_header')) @section('content')
@if(str_starts_with($exception->getMessage(),'Webhooks'))

{{ $exception->getMessage() }}

@endif

{{ trans('errors.404_page_does_not_exist') }}

{{ trans('errors.404_send_error') }}

{!! trans('errors.404_github_link') !!}

@endsection