Title
This commit is contained in:
parent
e0ee6f0e10
commit
3662c7465a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
@extends('layout/template')
|
@extends('layout/template')
|
||||||
|
|
||||||
@section('title', 'Dashboard')
|
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@extends('layout/template')
|
@extends('layout/template')
|
||||||
|
|
||||||
@section('title', "{{ $tenant->name }}")
|
@section('title'){{ $tenant->name }}@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="row" style="margin-top: 20px;">
|
<div class="row" style="margin-top: 20px;">
|
||||||
|
|
Loading…
Reference in a new issue