@extends('admin.layouts.master') @section('title') المنشورات @endsection @section('styles') @endsection @section('page_header')

جميع المنشورات

@endsection @section('content')

المنشورات

@if($data->count()) @foreach( $data as $value ) @endforeach @endif
# @lang('messages.name') صاحب المنشور التفاصيل @lang('messages.comment') الصورة @lang('messages.operations')
{{ $i }} {{\App\Models\User::find($value->user_id)->name}} {{ \App\Models\User::find($value->user_id)->user_type == "user" ? "عضو" : "تاجر" }} {{ $value->description }} @lang('messages.view')
{!! $data->render() !!}
@endsection @section('scripts') @endsection