add: all
This commit is contained in:
parent
a15319c4d1
commit
eebf859afa
39 changed files with 2742 additions and 937 deletions
|
@ -3,7 +3,7 @@
|
|||
@section('title', 'Login')
|
||||
|
||||
@section('content')
|
||||
<section class="login" style="max-width:600px;width:100%:">
|
||||
<section class="login" style="max-width:600px;width:100%;">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
{{__('Login')}}
|
||||
|
|
9
resources/views/sendExportNotice.blade.php
Normal file
9
resources/views/sendExportNotice.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>{{$export_date}}</p>
|
||||
<p>File name {{$file_name}}</p>
|
||||
<p><a href="{{$upload_folder_web_link}}">Link to upload folder</a> [0]</p>
|
||||
<p>[0] - {{$upload_folder_web_link}}</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue