@component('mail::layout') @slot('header') @component('mail::header')
No images? Click here
@endcomponent @endslot
{{$emailData['title']}}
{{$emailData['subject']}}
{{$emailData['description']}}
VIEW NOW
{{$emailData['comment']}}

Next Steps

{{$emailData['next_steps']}}

| Details |   | :-------------------- | :------------------------------------------- | Room Number | {{$emailData['details']['room_number']}} | Academic Year | {{$emailData['details']['academic_year']}} | Name | {{$emailData['details']['name']}} | Due | {{$emailData['details']['due_date']}} @if(isset($emailData['details']['inspected_by'])&&$emailData['details']['inspected_by']!='') | Inspected By | {{$emailData['details']['inspected_by']}} @endif
@if(isset($emailData['charges'])&&!empty($emailData['charges'])) | Charges |   | :-------------------- | :------------------------------------------- @foreach ($emailData['charges'] as $charge) | {{$charge['item']}} | {{$charge['description']}} @endforeach | Total | {{$emailData['charges_total']}} | :-------------------- | :------------------------------------------- @else No charges added @endif {{--
| Charge Disputes |   | :-------------------- | :------------------------------------------- | Alex McKale | £30 - I am disputing this change since it's not me who caused the issue. I was away visiting my parents when the damage was caused... SUBMIT DISPUTE --}}

@slot('footer') @component('mail::footer') {!!$emailData['footer']!!} @endcomponent @endslot @endcomponent