@extends('layouts.main') @section('title', 'College Registration | Assessment Confirmation | view') @section('description','Colleges register here to create a new Hiremee account.') @section('content')
College Registration / Assessment Confirmation

@if(count($all_data)) @php $i=1; @endphp @foreach ($all_data as $key => $item) @endforeach @endif
S.No University Course Name College Address District State Email Mobile Number Spoc/Tpo Name Principal Name IP Address Pin Code Total Students Computer Count Assessment Date Assessment Time Created
{{$i++}} {{$item->muniversity->name}} @foreach($item->course as $course) @foreach($course->mcourse as $mcouse) {{$mcouse->name.","}} @endforeach @endforeach {{$item->college_name}} {{$item->address}} {{$item->mdistrict->district}} {{$item->mstate->name}} {{$item->email_address}} {{$item->contact_number}} {{$item->spoc_name}} {{$item->principal_name}} {{$item->is_from}} {{$item->pincode}} {{$item->total_students}} {{$item->computer_count}} {{$item->assessment_date}} {{$item->assessment_time}} {{$item->created_at->format('Y-m-d')}}
@endsection