@include('components.seo')
@foreach($datas as $data)
{{$data->name}}

{{$data->name}}

{{ \Illuminate\Support\Str::of($data->short_description)->words(15, '...') }}

{{$data->user->name}}

{{jdate($data->created_at)->ago()}}
@endforeach
{{ $datas->links() }}