@extends('master.back') @section('content')

{{ __('Email') }}

@csrf @include('alerts.alerts')

@csrf {{ __('If you enable this option, the mail will be sent using the queue system.') }}

@foreach ($datas as $data) @endforeach
{{ __('Type') }} {{ __('Subject') }} {{ __('Actions') }}
{{ $data->type }} {{ $data->subject }}
@endsection