@extends('frontend.main_master') @section('title', 'Ders Kayıtlarım') @section('body-class', 'recordings-index-body') @section('content')

Ders Kayıtlarım

@if($sessions->isEmpty())
Henüz kaydedilmiş bir ders yok.
@else
{{ $sessions->links() }}
@endif
@endsection