@extends('emails.template') @section('content')
New Approval Request

Hello {{ $name }},
There is a new instruction approval request just sent to you.
@if ($steps) @foreach ($steps as $step) @endforeach @endif
Name Action
{{ $instruction->number }} - {{ $instruction->name }} {{ !$instruction->approved_at ? $instruction->approval_action : '-' }}
⇨ {{ $step->name }} {{ $step->approval_action }}
@if (@$url)
Review
@else

Open your dashboard to check.

@endif
@stop