@extends('layouts.app') @section('content')

Welcome to dashboard


{{$email_count}}
Emails Sent

Recent Emails

@foreach ($emails as $key => $email) @endforeach
SNo. To CC BCC
{{++$key}} {{$email->to}} {{$email->cc}} {{$email->bcc}}
@endsection