@extends('schoolLayout.app') @section('content') @include('successError')
Section PDF
{{-- --}} @if ($sections) @foreach ($sections as $index => $section) {{-- --}} @endforeach @endif
ID SectionClass Capacity Actions
{{ $index + 1 }} {{ $section->name }}Class 1{{ $section->capacity }} {{-- --}}
@endsection