@extends('layouts.admin') {{trans('home.newsLetters')}} @section('content')
@if(session()->has('success'))
{{ session()->pull('success') }}
@endif
{{trans('home.newsLetters')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}

@foreach($newsLetters as $newsLetter) @endforeach
{{trans('home.id')}} {{trans('home.email')}}
{{$newsLetter->id}} {{$newsLetter->email}}
@endsection