@extends('layouts.app') @section('title') User Lists @endsection @section('content')
S.No | Exam Name | Title | Type | URL | Share Date | Share Expiry (Days) | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ isset($adminShare->projectExam) ? $adminShare->projectExam->Name : null }} | {{ $adminShare->Title ? $adminShare->Title : null }} | {{ $adminShare->Type ? $adminShare->Type : null }} | {{ $adminShare->URL ? $adminShare->URL : null }} | {{ $adminShare->CreatedDate ? $adminShare->CreatedDate : null }} | {{ $adminShare->ExpiryDays ? $adminShare->ExpiryDays : null }} | @if($adminShare->IsActive=='1') Active @else In-active @endif | Edit | ||
|