@extends('layouts.app') @push('css') @endpush @section('content')
@if (isset($info->course->title) && !empty($info->course->title))
Course Name: {{$info->course->title}}
@else
Course Name
@endif
@if (isset($info->venue->name) && !empty($info->venue->name))
Venue Name:{{$info->venue->name}}
@else
Venue Name
@endif
@if (isset($info->batch->name) && !empty($info->batch->name))
Batch Name:{{$info->batch->name}}
@else
Venue Name
@endif