@extends('student.layouts.course') @section('titlePage', $data['title']) @push('styles') @endpush @section('content')
@include('student.courses.inc.nav')

{{$data->title}}

BACK


@endsection @push('script') @endpush