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

{{ __('Spaces') }}

{{ __('Spaces') }}
@include('shared.filter-tags')
@include('shared.message') @if(count($spaces) == 0) {{ __('No results found.') }} @else
{{ __('Name') }}
{{ __('User') }}
{{ __('Links') }}
@foreach($spaces as $space) @endforeach
{{ __('Showing :from-:to of :total', ['from' => $spaces->firstItem(), 'to' => $spaces->lastItem(), 'total' => $spaces->total()]) }}
{{ $spaces->onEachSide(1)->links() }}
@endif