Created
March 8, 2022 11:00
-
-
Save brain2xml/d5ff657fefb03d993e27d27e2b02fda7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layout') | |
@section('content') | |
<div class="container"> | |
<h1>Add new word</h1> | |
@include('words.form', ['word' => $word, 'method'=>'create']) | |
</div> | |
@endsection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment