@include('layout.header') @php $record = $record ?? null; $disabled = ""; if($record) { $disabled = "disabled"; } @endphp Kembali Pengajuan Improvement @if (\Session::has('success')) {!! \Session::get('success') !!} @endif @if($errors->any()) {{$errors->first()}} @endif {{ csrf_field() }} @if($record) No. Pengajuan @endif Kategori Improvement Pilih Kategori Improvement category_improvement == 'SS' ? 'selected' : '') : '' }} value="SS">SS category_improvement == 'QCP' ? 'selected' : '') : '' }} value="QCP">QCP category_improvement == 'QCC' ? 'selected' : '') : '' }} value="QCC">QCC category_improvement == 'PPS' ? 'selected' : '') : '' }} value="PPS">PPS Nama Lengkap NIK Posisi Department Pilih Department @foreach ($departements as $item) department == $item->name ? 'selected' : '') : '' }} value="{{$item->id}}">{{$item->name}} @endforeach Cabang Pilih Cabang @foreach ($branch as $item) branch_id == $item->id ? 'selected' : '') : '' }} value="{{$item->id}}">{{$item->name}} @endforeach @if(!$record) Upload File @if(!$record) Add @endif @endif Judul Improvement Kategori Pengajuan Pilih Kategori Pengajuan category_pengajuan == 'Revisi' ? 'selected' : '') : '' }} value="Baru">Baru category_pengajuan == 'Revisi' ? 'selected' : '') : '' }} value="Revisi">Revisi Poin Perbaikan @if(!$record) {{-- Pilih Poin Perbaikan --}} Safety/5R Quality Cost Delivery Productivity Morale Environment @else {{ $record->poin_perbaikan }} @endif Jadwal Klinik Nomor Handphone Terdaftar Di OVO Status status_action)) : '' }}"> @if($record) Files @foreach ($record->files as $file) {{ str_replace("uploads/improvement/","", $file->file) }} @endforeach @endif Kembali @if(!$record) Ajukan @endif @include('layout.footer')