@extends('layouts.admin_layout') @section('title') Igloo - Create New Recipe @endsection @section('stylesheet') @endsection @section('content')

Edit Recipe

Write your recipe

@if(session()->has('status')) {!! session()->get('status') !!} @endif
@csrf
@error('blog_type') {{ $message }} @enderror
...
@endsection @section('script') @endsection