This commit is contained in:
Kekskurse 2021-01-30 20:56:24 +01:00
parent e0ee6f0e10
commit 3662c7465a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@extends('layout/template')
@section('title', 'Dashboard')
@section('content')

View File

@ -1,6 +1,6 @@
@extends('layout/template')
@section('title', "{{ $tenant->name }}")
@section('title'){{ $tenant->name }}@endsection
@section('content')
<div class="row" style="margin-top: 20px;">