@extends('frontend.layouts.master') @section('meta_title', 'Forums || ' . $setting->app_name) @section('contents')
@forelse($models as $model)
Author Image

{{ truncate(strip_tags($model->description), 200) }}

@empty

{{ __('No Data Found') }}

@endforelse
@endsection @push('styles') @endpush