@extends('layout.app_706') @section('title') SPV Analisa @endsection @section('content')
@yield('title')
{!! Form::open(['route' => 'spv.update.analisa','id'=>'SpvData']) !!}
@if($data->foto != null) @if (strtolower($file[1])=='png'||strtolower($file[1])=='jpeg'||strtolower($file[1])=='jpg'||strtolower($file[1])=='bmp') @else Download File @endif @else @endif
@foreach($data->data_requirement as $row) @endforeach
Code Requirement Keterangan #
REQ_{{$row->data_recid.'_'.$row->recid}}
Back
{!! Form::close() !!}
to be generated
@endsection @section('css') @endsection @section('js') @endsection