@extends('emails.master') @section('content')
@yield('body')
@stop @section('footer')
Ⓒ {{ date('Y') }} Invoice Ninja
{{ strtoupper(trans('texts.email_preferences')) }}
@stop