@extends('layouts.app') @section('title') Create Config @endsection @section('content')

New Config

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'configs.store']) !!}
@include('configs.fields')
{!! Form::close() !!}
@endsection