@extends('main') @section('title', 'Новости') @section('content')
@foreach($news as $record)

@endforeach
@endsection @section('breadcrump') @endsection