@extends('website.layout.master') @section('title') Practice Lectures @endsection @section('content')
@forelse($pts as $pt) @empty @endforelse
@endsection