@section('site_title', formatTitle([__('New'), __('Space'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('spaces'), 'title' => __('Spaces')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Space') }}
@include('shared.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@foreach(formatSpace() as $key => $value)
@endforeach
@if ($errors->has('color')) {{ $errors->first('color') }} @endif