@extends('layouts.dashboard.main') {{-- content --}} @section('content')
@foreach($result as $i => $content)
{!! __("lang.common.count") !!} : {!! count($content['report_list']) !!}
@if($i == 2) @else @endif @if($i == 2) @else @endif @if(count($content['report_list']) > 0) @foreach($content['report_list'] as $key => $value) {{-- 最新共有報告 --}} @if($i == 0) @endif {{-- 最新共有報告 --}} @if($i == 1) @endif {{-- 未読回覧板 --}} @if($i == 2) @endif @endforeach @else @endif
#
{!! __("lang.circular.timestamp") !!} {!! __("lang.circular_file.short_title") !!}
  • {!! __("lang.circular.circular_title") !!}
  • {!! __("lang.circular.staff_name") !!}
未読 {!! __("lang.report.datetime") !!} {!! __("lang.report.is_important") !!} {!! __("lang.report_file.short_title") !!} {!! __("lang.report.report_subject") !!} {!! __("lang.report.staff_name") !!}
{!! $key + 1 !!}
@if(is_null($value['timestamp']))
未読 {{----}}
@endif
{!! \Carbon\Carbon::parse($value['datetime'])->isoFormat("YYYY年MM月DD日") !!}
@if($value['is_important']) {!! __("lang.report.is_important") !!} @endif
@if($value['report_file_count'] > 0)
@endif
  • {!! implode(' ', [ $value['staff_sname'], $value['staff_gname'], ]) !!}
@if(is_null($value['timestamp']))
未読 {{----}}
@endif
{!! \Carbon\Carbon::parse($value['datetime'])->isoFormat("YYYY年MM月DD日") !!}
@if($value['is_important']) {!! __("lang.report.is_important") !!} @endif
@if($value['report_file_count'] > 0)
@endif
  • {!! $value['report_subject'] !!}
  • {!! implode(' ', [ $value['center_label'], $value['department_label'], $value['division_label'], ]) !!}
  • {!! implode(' ', [ $value['staff_sname'], $value['staff_gname'], ]) !!}
{!! \Carbon\Carbon::parse($value['timestamp'])->isoFormat('YYYY年MM月DD日') !!} @if($value['circular_file_count'] > 0)
@endif
  • {!! $value['circular_title'] !!}
  • {!! implode(' ', [ $value['staff_sname'], $value['staff_gname'], ]) !!}
{!! __("lang.error.empty") !!}
@endforeach
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop