@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'REGIONS') @section('content_header_title', 'REGIONS') @section('content_header_subtitle', 'DETAILS') {{-- Content body: main page content --}} @section('content_body')
| NAME | COMPANY | POSITION | CONTACT NUMBER | CONTACT PERSON | GROUP | STATUS | |
|---|---|---|---|---|---|---|---|
| {{$guest->name}} | {{$guest->company->name ?? '-'}} | {{$guest->position->title ?? '-'}} | {{$guest->email ?? '-'}} | {{$guest->contact_number ?? '-'}} | {{$guest->contact_person->name ?? '-'}} | {{$guest->group ?? '-'}} | @if($guest->status == 0) DID NOT ATTEND @else ATTENDED @endif |