@extends('layouts.app') @if(empty($org_type)) @section('form-title') {{ __('Add new organisation') }} @endsection @else @section('form-title') {{ 'Add new '.strtolower($org_name) }} @endsection @endif @section('breadcrumb') @if(empty($org_type))
{{ $errors->first('name') }}
{{ $errors->first('application_owner') }}
{{ $errors->first('organisation_types') }}
{{ $errors->first('zip') }}
{{ $errors->first('house_number') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('gml') }}
{{ $errors->first('country') }}
{{ $errors->first('phone') }}
{{ $errors->first('website') }}
{{ $errors->first('email') }}