@extends('layouts.pages') {{--title--}} @section('PageTitle') {{$data->title}} @endsection {{--end title--}} {{--keywords--}} @section('keywords'){{$data->keyword}}@endsection {{--meta description--}} @section('meta_description'){{$data->meta_description}}@endsection @section('content')
{{$data->title}}

{{$data->title}}

{!! html_entity_decode($data->content) !!}

نظرات کاربران

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
    @foreach ($comments as $comment)
  • user

    {{$comment->body}}

  • @endforeach
  • sms
  • @csrf @if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif @if ($errors->has('body')) {{ $errors->first('body') }} @endif
  • sentiment_very_dissatisfied share visibility favorite_border
@endsection @section('footer') @endsection