@if (count($houses)>0)
@push('styles')
@endpush
@else
| # | @lang('Name') | @lang('Description') | @lang('Status') | @lang('Edit') | @lang('Delete') |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$house->name}} | {!! \Illuminate\Support\Str::limit($house->description,50) !!} | {{status($house->status)}} | @lang('Edit') | @lang('Delete') |
@lang('No Related Data Found.')
@endif