@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Report_trans.title_page') }} - {{ trans('Record_trans.statments') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Report_trans.title_page') }} @stop

{{ trans('Report_trans.title_page') }}

@endsection @section('content') @if ($errors->any())
@endif
{{ trans('Report_trans.statistic') }}
{{ trans('Report_trans.allStatment') }} {{ trans('Report_trans.complateStatment') }} {{ trans('Report_trans.PayRejectStatment') }} {{ trans('Report_trans.ResultRejectStatment') }}
{{ $allStatment }} {{ $complateStatment }} {{ $PayRejectStatment }} {{ $ResultRejectStatment }}
{{ trans('Report_trans.dept_report') }}

@foreach ($depts as $dept) @endforeach
{{ trans('Report_trans.dept_no') }} {{ trans('Report_trans.dept_name') }} {{ trans('Report_trans.Statment_no') }}
{{ $dept->id }} {{ $dept->name }} {{ $dept->statments->count() }}
@endsection @section('js') @toastr_js @toastr_render @endsection