@extends('layouts.public_layout') @section('title', $title) @section('content')
@include('csfs.tabs', ['csf' => $row, 'active' => 0])

CSF Details


@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
{{ $row->fu_name }}
{{ $row->year }}
{{ $row->qtr_name }}
{{ $row->total }}
{{ $row->male }}
{{ $row->female }}
{{ $row->senior }}
{{ $row->pwd }}

Customer Classification

{{ $row->student }}
{{ $row->government }}
{{ $row->business }}
{{ $row->home }}
{{ $row->enterpreneur }}
{{ $row->media }}
{{ $row->private }}
{{ $row->people }}
{{ $row->others }}
{{ $row->others_name }}

Customer Rating

{{ $row->s5 }}
{{ $row->s4 }}
{{ $row->s3 }}

Customer Rating

{{ $row->responsedelivery }}
{{ $row->workquality }}
{{ $row->personnelqualities }}
{{ $row->overall }}
@if (strlen($row->filename) > 0) {{ $row->oldfilename }} @endif
{{ $row->comments }}
@endsection