@extends('layouts.app') @section('title') All Pending Merging Properties @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

All Pending Merging Properties

@foreach($merging_properties as $merging_property) @endforeach
# MRF No Employee Id Visit Time: Contact Person at Location: Contact No: Requestor accompanied: Status Action
{{$count++}} {{$merging_property->mrf_no}} {{$merging_property->employee_id}} {{$merging_property->visit_time}} {{$merging_property->contact_person_at_location}} {{$merging_property->contact_person_no}} {{$merging_property->requestor_accompanied}} @if($merging_property->is_approve == 1) {{'Approve'}} @elseif($merging_property->is_approve == 2) {{'Cancel'}} @else {{'Pending'}} @endif View    Approve    Cancel
@stop @section('js') @stop