@extends('theme.master') @section('title', 'Show Institute') @section('content') @include('admin.message') @if ($errors->any())
@endif

Course Assign By Institute

{{-- Back --}}
@if ($UserInstitutecource != null && $UserInstitutecource->count() > 0) @foreach($UserInstitutecource as $userinstitute_cource) @endforeach @else @endif
User Course Institute Action
{{$fullName}} {{$userinstitute_cource->course->title}}

{{isset($userinstitute_cource->institute->fname)?$userinstitute_cource->institute->fname:''}}

view quiz
No records found.
{{ $UserInstitutecource->links() }}
@endsection @section('custom-script') @endsection