@extends('layouts.tenant', ['title' => 'List of apps'])
@section('content')
|
App name
|
Domain
|
Restricted URL
|
Status
|
Actions
|
@forelse ($photobooths as $photobooth)
|
{{ $photobooth->app_name }}
|
{{ $photobooth->domain_url }}
|
{{ $photobooth->restricted_url }}
|
{{ $photobooth->status }}
|
|
@empty
No Apps found
|
@endforelse
{{ $photobooths->links() }}
@endsection