@extends('layouts.public_layout') @section('title', $title) @section('content')

QMS DCR {{ $row->code }}


@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
{{ $manual_type->type_abbr }}
{{ $row->div_abbr }}
@if (($manual_type->type_id >= 2))
{{ $row->fu_abbr }}
@endif
{{ $row->sec_no }}
{{ $row->subject_no }}
@if (($manual_type->type_id == 2) || ($manual_type->type_id == 3))
{{ $row->series_no }}
@endif
{{ $row->code }}
@if ($row->for_creation == 1) New    @endif @if ($row->for_revision == 1) Revision    @endif @if ($row->for_deletion == 1) Deletion    @endif
{{ $row->effectivity_date }}
{{ $row->revision_no }}
{{ $row->last_revision_status }}
{{ $row->revision_status }}
{{ $row->sec_name }}
{{ $row->subject }}
{{ $row->reason }}
{{ $row->details }}

Document Pages

{{ $row->page_count }}
@foreach ($files as $file)