@extends('header') @section('title', 'Categories/ ' . $datas->name) @section('otherConetent')

{{ $datas->name }}

{{ ucfirst($datas->description) }}

@foreach ($post as $data)
{{ $data->alt_name }}
{{ Carbon\Carbon::parse($data->created_at)->diffForHumans() }} | BY {{$data->users[0]->name}}

{{ $data->title }}

@endforeach
{{ $post->links() }}
@endsection