@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {{ $variables['judul'] }} @csrf Kode *({{ $data->id > 0 ? 'Kode tidak dapat diubah' : 'Otomatis dibuat jika kosong' }}) id > 0 ? 'readonly' : '' }}> Nama * *(Nama item olahan (contoh: Kah Mie Special)) Deskripsi *(Deskripsi item olahan) {{ old('description', $data->description ?? '') }} is_active ?? true) ? 'checked' : '' }}> Aktif - Aktifkan FSTR ini Detail Resep Tambah Bahan Item * Jumlah * UOM * Biaya UOM * Total Biaya Catatan Aksi @if($data->id > 0 && $data->fstrDetails) @foreach($data->fstrDetails as $index => $detail) Pilih Item @foreach($variables['rawMaterials'] as $rawMaterial) raw_material_id == $rawMaterial->id ? 'selected' : '' }}> {{ $rawMaterial->code }} - {{ $rawMaterial->name }} @endforeach @endforeach @endif Total Biaya Resep: Rp 0 Simpan Kembali @endsection