@extends('layouts.adminapp') @section('content') {{-- Support Team --}}
| User | Department | Subject | Message | Status | Closed | Actions | ||
|---|---|---|---|---|---|---|---|---|
| {{$Booking->user->name}} | {{$Booking->user->email}} | {{$Booking->supportdepartment->title}} | {{$Booking->subject}} | {{$Booking->message}} | {{$Booking->status}} | @if($Booking->isClosed==0) Not Closed @else Closed @endif |