Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824054
app.blade.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
868 B
Referenced Files
None
Subscribers
None
app.blade.php
View Options
<!
DOCTYPE
html
>
<
html
lang
=
"{{ str_replace('_', '-', app()->getLocale()) }}"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
http
-
equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
meta
name
=
"csrf-token"
content
=
"{{ csrf_token() }}"
>
<
title
>{{
config
(
'app.name'
)
}}
--
@
yield
(
'title'
)</
title
>
{{--
TODO
:
PWA
disabled
for
now
:
@
laravelPWA
--}}
<
link
rel
=
"icon"
type
=
"image/x-icon"
href
=
"{{ asset('images/favicon.ico') }}"
>
<
link
href
=
"{{ asset('css/app.css') }}"
rel
=
"stylesheet"
>
</
head
>
<
body
>
<
div
class
=
"outer-container"
>
@
yield
(
'content'
)
</
div
>
<
script
>
window
.
config
=
{!!
json_encode
(
$env
)
!!}</
script
>
<
script
src
=
"{{ asset('js/' . $env['jsapp']) }}"
defer
></
script
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Apr 24, 10:15 AM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18858994
Default Alt Text
app.blade.php (868 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline