dailyReport.blade.php 204 B

1234567
  1. @component('mail::message')
  2. # {{__('Nodes Daily Report')}}
  3. {!! $content !!}
  4. @component('mail::button', ['url' => route('admin.node.index')])
  5. {{trans('notification.view_web')}}
  6. @endcomponent
  7. @endcomponent