@extends("layouts.app") @section('title', 'Dashboard') @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
{{ $isClockRunning ? 'Clock started at: '.$attendance->clock_in->format('M d, Y - h:i A') : 'You are currently clocked out.' }}
@include('_announcements', ['announcements' => $announcements])
@if(\Gate::allows('campaigns'))

Projects - Flagged

{!! $campaignDataTable->table() !!}
@endif @endsection @push('script') @include('panel.inc.datatable.js') @if(\Gate::allows('campaigns')) {!! $campaignDataTable->scripts() !!} @endif @endpush