@extends('layouts/web') @section('content')
@include('customer.partials.header')

{{ __('News') }}

{{ $news->title }}

{{ $news->body }}

@endsection