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

Talleyout

Create New Talleyout


{!! Form::open(['route' => 'admin.talleyouts.store']) !!} @include('admin.talleyouts.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop