Customer Follow Up - {{$results[0]->master_name}}
Product: {{$prodarr[$row->id]}}
Remark: {{$row->remark}}
Status: {!!$status!!}
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Customer Desk
{{ Session::get('message') }}
Product: {{$prodarr[$row->id]}}
Remark: {{$row->remark}}
Status: {!!$status!!}