@extends('layouts.admin') @section('content')
Buildings
Building
@foreach ($model->getAttributes() as $key => $value) @if (str_contains($key, 'deleted_at')) @else @endif @endforeach
{{ __('label.' . $key) }}
@if (str_contains($key, 'image'))
@else {{ $value }} @endif
@endsection