@extends('admin/layouts/default') @section('title') Billedtalleyouts @parent @stop @section('content') @include('common.errors')

Billedtalleyouts Edit

Edit Billedtalleyout


{!! Form::model($billedtalleyout, ['route' => ['admin.billedtalleyouts.update', collect($billedtalleyout)->first() ], 'method' => 'patch']) !!} @include('admin.billedtalleyouts.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop