403Webshell
Server IP : 3.138.164.131  /  Your IP : 216.73.216.136
Web Server : Apache
System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64
User : injazaat ( 1471)
PHP Version : 8.1.20
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/injazaat/public_html/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/injazaat/public_html/storage/framework/views/53873c2726e5a6014cde467947ff75d78f3db76f.php
<?php $__env->startSection('contant'); ?>
			<!-- Page Wrapper -->
			<div class="page-wrapper">
				<div class="content container-fluid">

					<!-- Page Header -->
					<div class="page-header">
						<div class="row">
							<div class="col-sm-12">
                      <span><h3 class="page-title"><a href="<?php echo e(route('show-services')); ?>"> Servicses Managment ></a>Edit Service</h3>


							</div>
						</div>
					</div>
					<!-- /Page Header -->

					<div class="row">
						<div class="col-md-12">
							<div class="card">
								<div class="card-body">
                                  <?php if(count($errors) > 0): ?>
                            <div class="alert alert-danger">
                                <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $e): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                             <p><?php echo e($e); ?></p>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </div>
                              <?php endif; ?>
									<form action="<?php echo e(route('edit-services-process',$service->id)); ?>" method="post" enctype="multipart/form-data">
                                        <?php echo csrf_field(); ?>
										<div class="row">
											<div class="col-md-12">
												<div class="form-group">
													<label>title</label>
													<input type="text" name="title" value="<?php echo e(old('title', $service->title)); ?>" class="form-control" >
												</div>
											</div>
											<div class="col-md-12">
												<div class="form-group">
													<label>Priority</label>
													<input type="text" name="priority" value="<?php echo e(old('priority', $service->priority)); ?>" class="form-control" >
												</div>
											</div>											
                                            <div class="col-md-12">
												<div class="form-group">
													<label>description</label>
													<textarea type="text"  name="description" id="editor1" class="form-control" rows="20" ><?php echo e(old('description',  $service->description)); ?> </textarea>
												</div>


											</div>



                                            <div class="col-md-12">
                                                <img src="<?php echo e(asset($service->picture)); ?>" class="img-fluid" id="img" style="max-width:300px;max-height:300px">
                                            </div>

                                            <div class="col-md-12">
												<div class="form-group">
													<label>Image</label>
													<input type="file"  name="image" accept = 'image/jpeg , image/jpg, image/gif, image/png' class="form-control" id="upload">
												</div>
											</div>

										</div>
                                        <div class="text-right mt-4">
											<button type="submit" name="" class="btn btn-primary">Update </button>
										</div>
									</form>


								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<!-- /Page Wrapper -->
<?php $__env->stopSection(); ?>

<?php echo $__env->make('admin.adminlayouts.adminlayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/demotechtime/public_html/rosoleen/resources/views//admin/services_managment/update.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit