@extends('layout.sidebar') @section('content') @csrf
Materias: 0
@foreach($subjects as $itemSub)
{{$itemSub->name_csb.' - '.$itemSub->name_crs}}
@endforeach
@stop