|
|
{{ $post->code }} |
{{ $post->bank->name }} |
{{ config('enums.property_type')[$post->postable->property_type] }} |
@isset($post->postable->house_type)
{{ config('enums.house_type')[$post->postable->house_type] }}
@endisset
@isset($post->postable->workplace_type)
{{ config('enums.workplace_type')[$post->postable->workplace_type] }}
@endisset
@isset($post->postable->land_type)
{{ config('enums.land_type')[$post->postable->land_type] }}
@endisset
|
{{ $post->title }} |
{{ $post->postable->country }} |
{{ $post->postable->district }} |
{{ config('enums.tender_status')[$post->tender_status] }} |
@endforeach