@extends('layouts.mypage') @section('page-header')

Insurance

@endsection @section('content')
@for($i=0,$cnt=count($insurances);$i<$cnt;$i++) @endfor @if(count($insurances) <= 0) @endif
No Insurance Uploader Created Date
{{ $insurances->total() - ($insurances->perPage() * ($insurances->currentPage()-1)) - $i }} {{ $insurance->file_name }} {{ $insurance->writer->firstname }} {{ $insurance->writer->lastname }} {{ $insurance->created_at }}
No result.
@endsection