@if(Session::has('success'))
{{tc('new')}}
{{$flats->render()}}
{{tc('new')}}
{{--flats--}}
{{--flats--}}
{{--remove flat--}}
{{--remove flat--}}
{{--remove floor--}}
{{--remove floor--}}
{{--floors--}}
{{--floors--}}
{!! Session::get("success") !!}
@elseif(Session::has('error'))
{!! Session::get("error") !!}
@endif
{{tc('flats')}}
{{tc('new')}}
| {{tc('status')}} | № | {{tc('area')}} | {{tc('floor')}} | {{tc('action')}} |
|---|---|---|---|---|
| @if($flat->status ==1){{tc('sold')}}@else {{tc('free')}} @endif | № {{$flat->flatnum}} | {{$flat->area}} M² | {{$flat->floor}} {{tc('floor')}} | {{tc('edit')}} {{tc('remove')}} |
{{tc('floors')}}
{{tc('new')}}
| {{tc('floor')}} | {{tc('action')}} | |
|---|---|---|
| {{$floor->floor}} {{tc('floor')}} | {{tc('edit')}} {{tc('remove')}} |