@extends('mails.layout') @section('content') {{ __lang('new-topics-mail',['count'=>count($topics)]) }}
@foreach($topics as $topic) @endforeach
{{__('Topic')}} {{__('Created By')}}
{{ $topic->title }} {{ $topic->user->name }}
@endsection