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

EFU Property Management Portal

Daily Records

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 ($Dailyrecords as $dr) @endforeach
Claim Entry Date Tracking ID Branch Claim Type Insured Loss No Surveyor D. O. I. Stage
{{$dr->_Date}} {{$dr->_ReferenceNo}} {{$dr->_Branch}} {{$dr->_ClaimType}} {{$dr->_Insured}} {{$dr->_Loss_No}} {{$dr->_AssignToSurveyorCompany}} {{$dr->_DescriptionOfInterest}} {{$dr->_Stage}}
@endsection('main-section')