@extends('admin.layouts.app') @section('content')

{{!empty($recovery) ? __('Recovery') : __("All Spaces")}}

@if(empty($recovery)) {{__("Add new space")}} @endif
@include('admin.message')
@if(!empty($rows))
{{csrf_field()}}
@endif