@extends('member') @section('page-title')

Employee Dashboard

{{$organization->name}}
@endsection @push('head-script') @endpush @section('content')
@if (isset($status))
@endif

Month Summary

Today's Status

@endsection @push('footer-script') @endpush