@extends('layouts.master') @section('title', 'Committee List') {{-- --}} @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Committee

{{--

Hello! This is Sandbox

--}}
Committee
Import Committee Add
@foreach ($committee as $i => $item) @endforeach
No. Academic Year Student ID Name Position Club
{{ ++$i }} {{ $item->academic_year }} {{ $item->student_code }} {{ $item->student_firstname }} {{ $item->student_lastname }} {{ $item->position_name }} {{ $item->club_name }} {{-- --}}
@include('layouts.footer') @endsection