@extends('layout-master') @section('content')
@forelse ($subjects as $s)
image

Start Lesson

   {{ $s-> {'name'} }}

{{ $s->description }}

@empty no topic available at the moment @endforelse
@endsection