@extends('layouts.admin') @section('styles') @endsection @section('content')

User Ads Post

@if (session()->has('message'))
{{ session()->get('title')}}..!
{{ session()->get('message')}}
@endif @php $id=0;@endphp @foreach($posts as $post) @php $id++;@endphp @endforeach
No Title City Hits Date IP Action
{{$id}} {{str_limit($post->title,58)}} {{$post->state->name}} {{$post->counter}} {{ date('d-m-y', strtotime($post->created_at)) }} {{$post->ip}}
No Title City Hits Date IP Action
@endsection @section('scripts') @endsection