@extends('layout.main') @section('main-section')

EFU Property Management Portal

Daily Attended

Buttons example

The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. The core library provides the based framework upon which plug-ins can built.

@foreach ($attended as $at) @endforeach
Date of Loss Date of Survey Amount of Claim Estimated Amount of Loss Attend Date
{{$at->_DateOfLoss}} {{$at->_DateOfSurvey}} {{$at->_AmountOfClaim}} {{$at->_ClaimType}} {{$at->_EstimatedAmountOfLoss}} {{$at->_Date}}
@endsection('main-section')