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

EFU Property Management Portal

Search By Options

abcd

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