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

Préparation pour le diner

@php $text_etc = "➡ Si c'est peu : oeuf, chips, namuru, pudding etc... "; $text_kitchen = "🗾 Si c'est peu : des légumes mixtes émincées et des choux émincées et de la laitue "; @endphp @if(Session::has('sato_record') && !empty($sato_text_mode) && $sato_text_mode == 6) @elseif ( isset($stock_ingredient) )

Aicha

@if(!empty($sato_record_aicha_ov))

{!! $sato_record_aicha_ov->override_tx_1 !!}

@else

@if($daysoftheweek == 'wed') ⭓ Friteuse et étagère de friteuse et sous la friteuse (responsable: aïcha et andoréa (matin ou après 15h)) @endif

@if(!empty($sato_record_aicha)) ⭕ {!! $sato_record_aicha->override_tx_1 !!} @endif

🍝 Udon: {{ $plan_production[$daysoftheweek] }}

@if($aicha_bouillons <= 5)

🥣 Bouillons: @if($daysoftheweek == 'fri' || $daysoftheweek == 'sat') {{ 8 - $aicha_bouillons }} L @else {{ 7 - $aicha_bouillons }} L @endif @endif

@if($daysoftheweek == 'tue' || $daysoftheweek == 'fri')

{!! $text_kitchen !!}

@endif @endif

Andoréa

@if(!empty($sato_record_andrea_ov))

{!! $sato_record_andrea_ov->override_tx_1 !!}

@else

@if($daysoftheweek == 'fri') ⭕ Plan de nettoyage : réfrigérateur Wirpool (intérieur et extérieur) @endif

@if(!empty($sato_record_andrea))

⭖ {!! $sato_record_andrea->override_tx_1 !!}

@endif

🍙 RIZ: @if($daysoftheweek == 'fri' || $daysoftheweek == 'sat') @if($aicha_riz == 0 || $aicha_riz == 1) 14 portions @elseif($aicha_riz == 2) 12 portions @elseif($aicha_riz == 3) 9 portions @elseif($aicha_riz == 4) 8 portions @elseif($aicha_riz == 5) 5 portions @elseif($aicha_riz == 6) 4 portions @elseif($aicha_riz == 7) non @endif @else @if($aicha_riz == 0 || $aicha_riz == 1) 14 portions @elseif($aicha_riz == 2) 10 portions @elseif($aicha_riz == 3) 7 portions @elseif($aicha_riz == 4) 5 portions @elseif($aicha_riz == 5) 3 portions @elseif($aicha_riz == 6) 3 portions @elseif($aicha_riz == 7) non @endif @endif

@if($daysoftheweek == 'mon' || $daysoftheweek == 'wed' || $daysoftheweek == 'thu' || $daysoftheweek == 'sat')

{!! $text_kitchen !!}

@endif @endif

{{ $text_etc }}

@else @if (!Request::is('addnote_diner')) @endif @endif

指示追加

@endsection @extends('layouts.footer')