@section('site_title', formatTitle([__('Edit'), __('Space'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => request()->is('admin/*') ? route('admin.dashboard') : route('dashboard'), 'title' => request()->is('admin/*') ? __('Admin') : __('Home')], ['url' => request()->is('admin/*') ? route('admin.spaces') : route('spaces'), 'title' => __('Spaces')], ['title' => __('Edit')], ]])

{{ __('Edit') }}

{{ __('Space') }}
@include('spaces.partials.menu')
@include('shared.message')
@csrf @if(request()->is('admin/*')) @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@foreach(formatSpace() as $key => $value)
color) checked @endif>
@endforeach
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
@if(request()->is('admin/*'))
{{ $space->user->name }} {{ $space->user->name }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'flex-shrink-0 width-3 height-3 fill-current ' . (__('lang_dir') == 'rtl' ? 'mr-auto' : 'ml-auto')])
@include('icons.link', ['class' => 'fill-current width-4 height-4'])
{{ __('Links') }} {{ number_format($space->links->count(), 0, __('.'), __(',')) }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'flex-shrink-0 width-3 height-3 fill-current ' . (__('lang_dir') == 'rtl' ? 'mr-auto' : 'ml-auto')])
@endif