@extends('mail') @section('mailContent') {!! $content !!}


{!! \App\StaticContent::where('flag','rendeles-mail')->where('lang', app()->getLocale())->first()->content !!} @endsection