@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')


{{ csrf_field() }}
@foreach ($student as $i => $person) @endforeach
No. Student ID Name
{{ ++$i }} {{ $person->student_code }} {{ $person->student_firstname }} {{ $person->student_lastname }}
@include('layouts.footer') @endsection