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