@section('title','Edit Recipe') @include('layout.header') @include('layout.sidebar')

Edit Recipe

@csrf @method('PUT')

masterchef == 'masterchef' ? 'checked' : '' }}>
amul == 'amul' ? 'checked' : '' }}>

is_veg == "veg" ? 'checked' : ''}}>
is_veg == "non_veg" ? 'checked' : ''}}>
@if($recpimgs->isNotEmpty()) @foreach($recpimgs as $image) @endforeach @else @endif
Image
No images found.
@php $cook_time_en = explode(":", $recp->cook_time_en); @endphp

masterchef == 'masterchef' ? 'checked' : '' }}>
amul == 'amul' ? 'checked' : '' }}>

is_veg == "veg" ? 'checked' : '' }}>
is_veg == "non_veg" ? 'checked' : '' }}>
@if($recpimgs->isNotEmpty()) @foreach($recpimgs as $image) @endforeach @else @endif
Image
No images found.
@php $cook_time_hi = explode(":", $recp->cook_time_hi); @endphp

masterchef == 'masterchef' ? 'checked' : '' }}>
amul == 'amul' ? 'checked' : '' }}>

is_veg == 'veg' ? 'checked' : '' }}>
is_veg == 'non_veg' ? 'checked' : '' }}>
@if($recpimgs->isNotEmpty()) @foreach($recpimgs as $image) @endforeach @else @endif
Image
No images found.
@php $cook_time_gu = explode(":", $recp->cook_time_gu); @endphp
@include('layout.footer')