@php $si=0; @endphp @foreach ($Posts as $Post) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Head') }} {{ __('lng.Subhead') }} {{ __('lng.Date') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Post->head }} {{ $Post->subhead }} {{ $Post->date }} {{ $Post->narration }}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $Posts->count() }} {{ __('lng.Items') }}