@extends('layout') @section('title') Welcome {{ $page->companyName }} @endsection @section('content')
Latest Announcements
@if($page->announcement != null)
{{ $page->announcement->details }}
@if($page->announcement->attachment != '') @endif
On: {{ \Carbon\Carbon::parse($page->announcement->date_from)->toDateString() }}
@else
No new announcements...
@endif
Requests Stats
{{csrf_field()}}
to

@endsection @section('pageScripts') @endsection