@extends('cfs/layouts/default') @section('title') Talley @parent @stop @section('content') @include('common.errors') Talley Dashboard Talleys Create Talley Create New Talley {!! Form::open(['route' => 'cfs.talleycfs.store']) !!} @include('cfs.talleycfs.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop