@extends("admin.layouts.app") @section("css-links") @endsection @section("page-header")
View And Control All Posts
# | Title | Price | Name Of User | Images | City | Location | Category name | Details | Activation | Advertiser Type | Last Updated | Created On | Control |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$post->id}} | {{$post->title}} | {{$post->price}} | {{$post->user->full_name}} | @php $models .= ' | '; @endphp{{$post->address->city}} | @php $models .= ' | '; @endphp{{$post->category->category_names ? $post->category->category_names["en"] : null}} | id)}}" class="btn btn-primary">View | {{$post->advertiserType->title_en . "(" . $post->advertiserType->title_ar . ")"}} | {{$post->updated_at->diffForHumans()}} | {{$post->created_at->diffForHumans()}} | @if(hasPermissions("delete-post")) @endif |