@extends('layouts.app') @extends('layouts.head') @section('content')

Khouloud work's

task information
@if (Session::has('method_name') && Session::get('method_name') == 'store') @endif
@csrf
Article Quantité Unit
pâte du curry
pomme du terre pièces
apple (pomme) pièces
okonomiyaki paquet
Retour
@php $flg_oride = 11; $flg_add = 12; $actionMessage = 'Khouloud用'; @endphp

指示追加

@if(!empty($stock_cuisine_main))
⭕ StockMain @foreach ($columns as $column) @if($column === 'bn1') @else @endif @endforeach @foreach ($stock_cuisine_main as $record) @foreach ($columns as $column) @endforeach @endforeach
Okonomiyaki{{ $column }}
@if($column === 'patecurry') @php $id = $record->$column; $matchingName = $patecurry->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'pomme_de_terre') @php $id = $record->$column; $matchingName = $pomme_de_terre->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'apple') @php $id = $record->$column; $matchingName = $apple->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @else {{ $record->$column }} @endif
@endif
@endsection @extends('layouts.footer')