@extends('layouts.master')
@section('title', 'مطالب و اخبار')
@section('breadcrumb')
- پنل کاربری
- اخبار و سوالات متداول
اخبار و سوالات متداول
@endsection
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
| # |
عنوان |
نوع |
وضعیت نمایش |
تاریخ |
گزینه ها |
@forelse($posts as $post)
| {{ $post->id }} |
{{ $post->title }} |
{!! post_type_label($post->type) !!} |
{!! post_status_label($post->status) !!} |
@jalali($post->created_at,Y-m-d) |
|
@empty
داده ای یافت نشد |
@endforelse
{{ $posts->links() }}
@endsection