@extends('layouts.app') @section('title','Neuer Lieferant') @section('breadcrumb') @endsection @section('content')

Neu

@include('includes.errors') {!! Form::model($supplier,['action' => 'SupplierController@store']) !!} @include('supplier._form')
Metadaten Suchen/Ersetzen
@if ( old('meta_keyword') ) @foreach (old('meta_keyword') as $index => $keyword) @include('supplierkeyword._form',['keyword' => $keyword,'replacement' => old('meta_replacement')[$index],'n' => $index]) @endforeach @endif
Abbrechen
{!! Form::close() !!} @endsection @section('script') @endsection