@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Report_trans.title_page') }} - {{ trans('Students_trans.title_page') }} @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.dept_report') }}

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