@extends('admin/layouts/app') @section('page-title') Course Details | Simple Admission @endsection @section('page-breadcrumb')

Course Details

@endsection @section('main-content')
Course Name : {{$course->department ? $course->department->course_name : ''}}
Institute Name : {{$course->institute ? $course->institute->name : ''}}
Institute Type : @if($course->institute ) @if($course->institute->instituteBasic->institute_type == 1) Education @elseif($course->institute->instituteBasic->institute_type == 2) Training @else Study Aboard @endif @else "" @endif
Department : {{$course->department ? $course->department->title : ''}}
Category : {{$course->category ? $course->category->name : ''}}
Session : {{$course->session ? $course->session->name : ''}}
@if($course->status == 1) Active @else In-Active @endif @if($course->brochure) Download Brochure @endif
@section('main-content-tab') @show
@endsection @section('extra-css') @section('extra-extra-css') @show @endsection @section('extra-script') @section('extra-extra-script') @show @endsection