@extends('layouts.vending') @section('head') @parent @endsection @section('content')

Admin Dashboard

@if(session('current_tenant'))

Aktueller Mandant:

{{ session('current_tenant')->name }}

@endif
@yield('content')
@endsection