@extends('layouts.main') @section('title') Cookini @endsection @section('content') @if($errors->any()) @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach @endif

    Add a recipe

    {{csrf_field()}}

    @endsection