@extends('layouts.admin') @section('pageTitle') Best Insurance | Insurers @stop @section('content')
@if(isset($webhooks)) @foreach($webhooks as $webhook) @endforeach @endif
Created Date AgreementID New Status Change Date Entity ChangeType Source Message
{{$webhook->created_at}} {{$webhook->agreement_no}} {{$webhook->NewStatus}} {{$webhook->ChangeDate}} {{$webhook->Entity}} {{$webhook->ChangeType}} {{$webhook->Source}} {{$webhook->ReportMessage}}
@stop @section('pageBottomJs') @stop