@extends('admin/layouts.master') @section('title', 'View Course - Admin') @section('body')
@include('admin.course.partial.index')
@endsection