@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{{ $variables['judul'] }}

@csrf
*({{ $data->id > 0 ? 'Kode tidak dapat diubah' : 'Otomatis dibuat jika kosong' }}) id > 0 ? 'readonly' : '' }}>
*(Nama item olahan (contoh: Kah Mie Special))
*(Deskripsi item olahan)
is_active ?? true) ? 'checked' : '' }}>
Detail Resep
@if($data->id > 0 && $data->fstrDetails) @foreach($data->fstrDetails as $index => $detail) @endforeach @endif
Item * Jumlah * UOM * Biaya UOM * Total Biaya Catatan Aksi
Total Biaya Resep: Rp 0
Kembali
@endsection