@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Customer Enquiry Desk

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Customer Follow Up List

@foreach($enquiry as $row) @endforeach
# Customer Follow Up on Remark Next Follow Up Status
{{$row->id}} {{$row->master_name}} {{date('d-m-Y',strtotime($row->remark_date))}} {{$row->remark}} {{date('d-m-Y',strtotime($row->next_date))}} {!!$status!!}

Details

@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop