@extends('mail') @section('mailContent') {!! $content !!} {!! \App\StaticContent::where('flag','ajanlatkeres-mail')->where('lang', app()->getLocale())->first()->content !!} @endsection