@extends('site.layouts.master') @section('title', $blog->title) @section('content')

دسته بندی : {{ $blog->category->name }}

انتشارات میلاد ناصح زاده

آخرین بروزرسانی : {{ verta($blog->updated_at)->format('%d %B، %Y') }}

{{$blog->title}}


{!! $blog->desc !!}


{{--

--}} {{--

--}} {{--

--}} {{--
--}} {{--
--}} {{--

--}} {{--

--}} {{--

--}} {{--
--}}
{{--

فاطمه عسگری

نویسنده

چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است و برای شرایط فعلی تکنولوژی مورد نیاز و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد.

--}} {{-- --}}

دیدگاه کاربران

    @foreach ($blog->comments as $item )
  • {{$item->user->name}}
    {{verta($item->created_at)->format('%d %B، %Y')}}

    {{$item->comment}}

    آیا این دیدگاه مفید بود؟
  • @endforeach
@csrf
{{--
@foreach ($data as $item) @endforeach
--}}
@if(!$otherBlogs->isEmpty())

مقالات اخیر

@foreach ($otherBlogs as $item) @endforeach
@endif @endsection