@extends('admin.partial.template-full') @section('section')

Statuses


@foreach($statuses as $status) @if(!$status->media_path) @else @endif @endforeach
# Username Likes Storage Created
{{$status->id}} {{$status->profile->username}} {{$status->likes()->count()}}0
{{$status->firstMedia()->size}}
{{$status->created_at->diffForHumans(null, true, true, true)}}
{{$statuses->links()}}
@endsection @push('scripts') @endpush