@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() }}
@foreach ($student as $i => $person) @endforeach
No. Student ID Name Status Mail
{{ ++$i }} {{ $person->student_code }} {{ $person->student_firstname }} {{ $person->student_lastname }} {{-- @if($person->student_end_date_student_status_mail_c == 'send') --}} Send {{-- @endif --}}
@include('layouts.footer') @endsection