@extends('layouts.master') @section('title', 'Mail C') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') {{-- @yield('title') --}} @include('layouts.title') {{-- CCCCCCC --}} @yield('title') History {{-- Add Student --}} {{ csrf_field() }} No. Student ID Name All @foreach ($student as $i => $person) {{ ++$i }} {{ $person->student_code }} {{ $person->student_firstname }} {{ $person->student_lastname }} @endforeach Submit @include('layouts.footer') @endsection