@extends('app') @section('description'){{ mb_substr(strip_tags($news_data['news_desc']), 0, 150, 'UTF-8') }}@endsection @section('title'){{ $news_data['news_title'] }}@endsection @section('type'){{ 'article' }}@endsection @section('img'){{ asset($news_data['news_img']) }}@endsection @section('content')

{{ $news_data['news_title'] }}

{{ date('d / m / Y H:i:s', $news_data['news_time_add']) }} | {{ $news_data['news_write_by'] }}

{{ $news_data['news_img_title'] }}
{{ $news_data['news_img_title'] }}
{!! $news_data['news_desc'] !!}
@endsection