@extends('emails.base_email') @section('mail_body') {!! trans('reseller_admin_notifier.body',['url'=>$url,'loginUrl'=>$loginUrl]) !!} @endsection