@extends('app_client') @section('title', $category->name.' News | '.$property->name) @section('content')
@if($articles->count())
Loading articles ...
Read more
@else
{!! $empty !!}
@endif
@include('client.partials.modal.article') @endsection @section('script') @endsection