@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit recipe')) @else @section('title', $L('Create recipe')) @endif @section('viewJsName', 'recipeform') @push('pageScripts') @if(!empty($L('summernote_locale')))@endif @endpush @push('pageStyles') @endpush @section('content')
{{ $L('The current picture will be deleted when you save the recipe') }}
@else{{ $L('No picture available') }}
@endif