@extends('layouts.adminapp') @section('content') {{-- Support Team --}}

Support Tickets

@foreach($Bookings as $Booking) @endforeach
User Email 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
@csrf @method('post')
@endsection