@extends('layouts.app') @section('form-title') {{ __('Organisation') }} @endsection @section('breadcrumb')
{{ $errors->first('name') }}
{{ $errors->first('street') }}
{{ $errors->first('zip') }}
{{ $errors->first('country') }}
{{ $errors->first('phone') }}
{{ $errors->first('website') }}
{{ $errors->first('email') }}
{{ $errors->first('language') }}
{{ $errors->first('logo') }}
{{ $errors->first('favicon') }}