@extends('layouts.default') @section('content') {!! Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $what) !!} {!! Form::open(['class' => 'form-horizontal','id' => 'store','route' => 'accounts.store']) !!} {!! Form::hidden('what',$what) !!} @foreach ($errors->all() as $error)
{{ $error }}
@endforeach