| Teacher: {{ $data->teacher->name ?? '' }} |
| Assigned By : {{ $data->createdBy->name ?? '' }} |
| SN | Responsibility |
|---|---|
| {{ $loop->iteration }} | {{ $item->responsibilities->name }} |
@extends('dashboard.master') @section('title', 'Responsibility Details') @section('content')
@endsection