Add footer to all dashboard pages

This commit is contained in:
2020-07-16 06:46:20 +01:00
parent 4a766620ff
commit 3693ce3431
23 changed files with 106 additions and 6 deletions

View File

@@ -141,3 +141,6 @@
</div>
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop

View File

@@ -105,3 +105,6 @@
@endif
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop

View File

@@ -405,7 +405,8 @@
</div>
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop

View File

@@ -164,3 +164,6 @@
</div>
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop

View File

@@ -215,3 +215,6 @@
</form>
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop

View File

@@ -500,4 +500,8 @@
@endif
@endhasanyrole
@endsection
@stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop