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

EFU Property Management Portal

Change Stage

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 ($list as $l) @endforeach
Claim Entry Date Tracking ID Branch Claim Type Loss No Surveyor Stage
{{$l->_Date}} {{$l->_ReferenceNo}} {{$l->_Branch}} {{$l->_ClaimType}} {{$l->_Loss_No}} {{$l->_AssignToSurveyorCompany}} {{$l->_Stage}} Change Stage
@endsection('main-section')