@if (Auth::user()->role == 'admin' || Auth::user()->role == 'teacher') @endif

@if (count($inquiry) == 0) @endif @php $no = 1; @endphp @foreach ( $inquiry as $row) @endforeach
No Education Stage Unit of Inquiry Detail Central Ideas Key Concept Summative Assessment line of inquery Action
No data available in table
{{$no++}} {{$row->nama}} {{$row->unit_of_inquiry}} {{$row->detail}} {{$row->central_ideas}} {{$row->key_concept}} {{$row->summative_assesment}} @if (Auth::user()->role == 'admin' || Auth::user()->role == 'teacher') @endif