@extends('layouts.app') @section('content')
@if ($message = Session::get('error'))
{{ $message }}
@endif
@php $i = (($policies->currentpage()-1) * $policies->perpage()) + 1; @endphp @forelse($policies as $pol) @empty @endforelse
# Insurer/Borrower Details House Details Action
{{ $i++ }} {{ date('M d,Y, H:i:s',strtotime($pol->date_created)) }}
Insurer/Borrower Name: {{ $pol->insurer_name }}
Insurer Address : {{ $pol->insurer_address }}
Contact No : {{ $pol->contact_no }}
Email : {{ $pol->email }}
Location of Risk : {{ $pol->location_pagibig}}
Occupancy : {{ $pol->residential_desc }}
Monthly Amortization : {{ $pol->monthly_amort }}
{{-- --}} {{--
--}}
No data found.
{{ $policies->links() }}
@endsection