@extends('mails.layout.v1') @section('content')

Warning on leisure pass {{$statusSend}}

@if(!empty($title))

Leisure pass: {{$title}}

@endif @if(!empty($update)) @if($statusSend == 'updating')

Updated on: {{$update}}

@else

Deleted on: {{$update}}

@endif @endif @if(!empty($name)) @if($statusSend == 'updating')

Update by: {{$name}}

@else

Delete by: {{$name}}

@endif @endif @if(!empty($booking))

List of staff:
@foreach($booking as $key=>$item) {{$key+1}}. {{$item['name']}} on {{$item['date']}} {{$item['time']}} ({{$item['status']}})
@endforeach

@endif

CONFIDENTIALITY: This e-mail (including any attachments) is confidential and may contain proprietary information. If you are not the intended recipient, be advised that you have received this e-mail in error. Any use, disclosure, dissemination, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by return e-mail and then irretrievably delete It from your system.

@endsection