@extends('customer.layouts.app') @section('title') Dashboard @endsection @section('css') @endsection @section('content')

{{$page->name}}

{{$page->description}}

@if (count($news)>0)

What’s New

@foreach ($news as $item)
{{$item->name}}

{{$item->main_text}}


@endforeach
@endif
@endsection @section('js') @endsection