Skip to content

Instantly share code, notes, and snippets.

@brain2xml
Created March 8, 2022 11:00
Show Gist options
  • Save brain2xml/d5ff657fefb03d993e27d27e2b02fda7 to your computer and use it in GitHub Desktop.
Save brain2xml/d5ff657fefb03d993e27d27e2b02fda7 to your computer and use it in GitHub Desktop.
@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