@extends('layouts.admin') @section('content')
{{ trans('global.show') }} {{ trans('cruds.schReport.title') }}
{{ trans('cruds.schReport.fields.id') }} {{ $schReport->id }}
{{ trans('cruds.schReport.fields.schclass') }} {{ $schReport->schclass->name ?? '' }}
{{ trans('cruds.schReport.fields.schstudent') }} {{ $schReport->schstudent->name_ua ?? '' }}
{{ trans('cruds.schReport.fields.schteacher') }} {{ $schReport->schteacher->name_ua ?? '' }}
{{ trans('cruds.schReport.fields.schsubject') }} {{ $schReport->schsubject->name ?? '' }}
{{ trans('cruds.schReport.fields.report') }} {{ $schReport->report }}
{{ trans('cruds.schReport.fields.report_en') }} {{ $schReport->report_en }}
@endsection