REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 2.06 KB
Close
/proc/thread-self/root/home/getspomw/itechservicellc.com/resources/views/admin/settings/pages/create.blade.php
Text
Base64
@extends('admin.includes.app') @section('content') <!--start page wrapper --> <div class="page-wrapper"> <div class="page-content"> <!--breadcrumb--> <div class="page-breadcrumb d-none d-sm-flex align-items-center mb-3"> <div class="breadcrumb-title pe-3">Pages</div> <div class="ps-3"> <nav aria-label="breadcrumb"> <ol class="breadcrumb mb-0 p-0"> <li class="breadcrumb-item active" aria-current="page">New Page</li> </ol> </nav> </div> </div> <!--end breadcrumb--> <h6 class="mb-0 text-uppercase">Pages Create</h6> <hr /> <div class="card"> <div class="card-body"> <form id="add_form" class="form-horizontal" action="{{ route('pages.create.post') }}" enctype="multipart/form-data" method="POST"> @csrf <div class="form-group row mb-4"> <label class="col-md-6 col-form-label"> Page <span class="text-danger">*</span> (Page name = Route url <strong>OR</strong> Page name = sitename.com/<strong>page-name</strong>) </label> <div class="col-md-9"> <input type="text" placeholder="Page Name" id="page" name="page" class="form-control" required> </div> </div> <div class="form-group mb-0 text-right"> <button type="submit" id="submit_button" class="btn btn-primary"> Save </button> </div> </form> </div> </div> </div> </div> @endsection
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
create.blade.php
2.06 KB
lrw-r--r--
2025-11-12 18:10:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
list.blade.php
5.00 KB
lrw-r--r--
2025-11-12 18:10:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).