PHP Classes

File: resources/views/app.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   S3 B2B PHP Amazon S3 File Manager   resources/views/app.blade.php   Download  
File: resources/views/app.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: S3 B2B PHP Amazon S3 File Manager
Manage files stored in multiple Amazon S3 buckets
Author: By
Last change:
Date: 9 months ago
Size: 522 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>{{ config('app.name', "S3 B2B") }}</title>

    @routes
    @vite(['resources/js/app.js', "resources/js/pages/{$page['component']}.vue", 'resources/scss/app.scss'])
    @inertiaHead
</head>
<body class="antialiased">
@inertia
</body>
</html>