@php $data = []; $data['title'] = "Upload student data"; @endphp @include('HOD.components.header_link', $data);
| S.No. | Name | Branch | Year | Mobile | Course | Date | Action | @if(count($studentData) > 0) @foreach ($studentData as $index => $items)|
|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} | {{$items->name}} | {{$items->branch}} | {{$items->year}} | {{$items->email}} | {{$items->mobile}} | {{$items->course}} | {{$items->created_at}} |