@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Posts Special Number")}}
#{{__("ID")}} | {{__("Control")}} | {{__("Part Image")}} | {{__("User Name")}} | {{__("Post Phone Number")}} | {{__("Post Title")}} | {{__("Price")}} | {{__("City")}} | {{__("Number of Digit")}} | {{__("Created At")}} | {{__("Delete Post")}} | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$post->id}} |
|
@if($post->getFirstMediaFile("image"))
@foreach($post->getMediaFiles("image") as $file)
|
{{$post->user->full_name}} | {{$post->user->phone_number}} | {{$post->post_title}} | {{$post->price}} | {{$post->city}} | {{$post->number_of_digit}} | {{$post->created_at}} |