@extends('layouts.app') @section('title') {{ __('messages_303.unpaid sponser posts') }} @endsection @section('content')
| # | {{ __('messages_303.user')}} | {{ __('messages_303.start date')}} | {{ __('messages_303.end date')}} | {{ __('messages_303.Post details')}} |
|---|---|---|---|---|
| {{ $skipCount + $i }} | @php $i++ @endphp{{ $item->user->name }} | {{ $item->start_date }} | {{ $item->end_date }} | @can('show_posts_details') {{ __('messages_303.Post details') }} @endcan |