project.blade.php 345 B

12345678910
  1. <x-mail::message>
  2. # Project Name: {{ $project->name }}
  3. <x-mail::panel>{{ sprintf("%s %s by %s", data_get($actions, '0.created_at'), data_get($actions, '0.action_label'), data_get($actions, '0.created_by.name')) }}</x-mail::panel>
  4. <x-email.history :actions="$actions"></x-email.history>
  5. Thanks,<br>
  6. {{ config('app.name') }}
  7. </x-mail::message>