@extends('layouts.main')
@section("content")
@endsection
@section("components_declarations")
@include("places.place_form")
@include("places.place_info")
{{__("Places")}}
add
{{--
check
close
--}}
delete
|
|
@{{ props.item.name }} |
edit
visibility
|
{{__("components.Sorry, nothing to display here")}} 😞
@{{ search }} {{__('components.not found')}} 😥
@{{ item.name }}
{{__("New Place")}}
close
@{{ item.name }}
close
{{__("components.Confirm")}}
@{{confirmObject.text}}
{{__("components.Cancel")}}
{{__("components.Continue")}}
@{{ snackbar.text }}
Close
@endsection
@section("components_instances")
PageContent
@endsection