@extends('site.pages.build') @section('title',$news->name) @push('css') @endpush @section('content')
{{ $news->name }}

{{ $news->name }}

{!! $news->description !!}

@endsection