Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 8c5d46cfa5e188476abd7050bd5ec03ca185ddb5
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

v_admin_home.blade.php

Blame
  • v_admin_home.blade.php 333 B
    @extends('layouts.v_navbar_admin')
    @section('navbar_admin')
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>AdminHome</title>
    </head>
    <body>
    
    </body>
    </html>
    @endsection