@extends('layouts.main') @section('title') {{ $title }} - @endsection @section('content')

{{ $title }}

@for($i = 30; $i >= 25; $i--)
{{ $i }}

-

-

@endfor @for($i = 19; $i <= 24; $i++)
{{ $i }}

-

-

@endfor @for($i = 18; $i >= 13; $i--)
{{ $i }}

-

-

@endfor @for($i = 7; $i <= 12; $i++)
{{ $i }}

-

-

@endfor @for($i = 6; $i >= 1; $i--)
{{ $i }}

-

-

@endfor
@for($i = 31; $i <= 32; $i++)
{{ $i }}

-

-

@endfor

{{ !empty($riwayat) ? $riwayat->materi->nama : '- Materi Pembelajaran - ' }}

@if(!empty($riwayat)) @endif
@endsection @push('modals') @endpush @push('scripts') @if(!empty($riwayat)) @endif @endpush @include('materi.percakapan._index')