mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
9 lines
176 B
PHP
9 lines
176 B
PHP
@extends('app')
|
|
|
|
@section('content')
|
|
|
|
{!! Form::open(array('route' => 'items.store','method'=>'POST')) !!}
|
|
@include('items.form')
|
|
{!! Form::close() !!}
|
|
|
|
@endsection |