@extends('back.layouts.main') @section('title' , 'Create Cooking') @section('content')
@csrf @include('back.cookings.form')
@stop @section('breadcrumbs') @stop