@extends('layouts.app') @section('title','Nuevo '.ucfirst(config('settings.tags_label_singular'))) @section('content')

{{ucfirst(config('settings.tags_label_singular'))}}

{!! Form::open(['route' => 'tags.store']) !!} @include('tags.fields') {!! Form::close() !!}
@endsection