@extends('layouts.backend.master') @section('content')

{{ 'Create'}} {{ 'Configuration'}} {{ 'Control'}} {{ 'Panel'}} {{ 'Manage'}} {{ 'Configurations'}}

{{ 'Create'}} {{ 'Configuration'}}

{!! Form::open(['url' => '/backend/configurations', 'class' => '', 'role' => 'form']) !!} @include('backend.configurations._form') {!! Form::close() !!}
@endsection