@extends('dashboard_connect.dash_master') @section('pagescontents')

Content Sharing Students - Update

@if(Session::has('status'))
@endif @if(Session::has('wrong'))
@endif
@csrf
Please select session.
Please select content type.
Please select semester name.
Please select content for sharing.
@if(!empty($sessionid) && !empty($contentype) && !empty($contentid))

Shared Contents Details : {{ $contentype }}

@csrf
@php $intcount = 1; @endphp @foreach($sharedcontentsmaster as $keyone => $itemone) @php $intcount++; @endphp @endforeach
S. No. Course Name College Roll No. Section/Batch Name of the Student Action
{{ $intcount }} {{ $itemone->coursename }} {{ $itemone->courseyear }} {{ $itemone->collrollno }} {{ $itemone->stusection }} {{ $itemone->name }} {{ $itemone->lname }}
@endif @endsection