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

Statuses


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