@extends('layouts.contentNavbarLayoutFrontend') @section('title', 'Major & Course Details') @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

{{ $majorCourse->title }}

{!! $majorCourse->description !!}
@endsection