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

Customer Desk

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

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

@endif

Customer Follow Up on {{date('d-m-Y',strtotime($date))}}

@foreach($docrow as $k => $row) @endforeach
Company Name Follow Phone E-mail Product Remarks Status Action
{{$row->master_name}}

Follow Up

{{$row->vat_assign.'-'.$row->phone}}
{{$row->vat_percentage.'-'.$row->fax}}
{{$row->email}}
{{$row->reference}}
{{$products[$row->id]}} {{$row->remark}}
Date:{{date('d-m-Y', strtotime($row->remark_date))}}
{!!$status!!}

@stop {{-- page level scripts --}} @section('footer_scripts') @stop