@extends('main') @section('css') @endsection @section('content') {{{ $vars['title'] }}}   Toggle Form @include('claims.renders.date_finder') @csrf Policy Operative Clause Special Condition Exclusions CoverNote ReferenceNumber {{-- claim)value="{{$vars['row']->claim->policy_id}}"@endisset >@if(isset($vars['row']->claim)){{$vars['row']->claim->cover_note_reference}} @else Select CoverNote Reference Number @endif--}} Policy Number Policy Operative Clause Special Conditions Cover References {{-- Issued By --}} Issued Date Request Response Action @foreach($vars['reinsurance'] as $row) {{$row->policy_number}} {{$row->policy_operative_clause}} {{$row->special_conditions}} @if($row->policies) @foreach($row->policies as $ref) {{$ref->CoverNoteReferenceNumber}} @endforeach @endif {{-- @if($row->issuedBy){{$row->issuedBy->name}}@endif--}} {{$row->created_at->format('d M, Y')}} {{$row->RequestId}} {{$row->ResponseId}} @if($row->status !== "Success") @else Success @endif @endforeach @endsection @section('js') @include('claims.scripting') @endsection