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/projects/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/injazaat/public_html/resources/views/admin/projects/index.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 align-items-center">
							<div class="col">
                  <span><h3 class="page-title"><a href="{{route('show-projects')}}">Project Category </a></h3>
							</div>
							<div class="col-auto">
								<a href="{{route('add-projects')}}" class="btn btn-primary mr-1">
									<i class="fas fa-plus"></i>
								</a>

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



					<div class="row">
						<div class="col-sm-12">

							<div class="card card-table">
								<div class="card-body">
									<div class="table-responsive">
										<table class="table table-center table-hover link_datatable ">
											<thead class="thead-light">
												<tr>
													<th>ID</th>
													<th> Name</th>
													<th> Name (Arabic)</th>
													<th> Priority </th>
                          <th> </th>
												</tr>
											</thead>
											<tbody>

                     @foreach ($project_cat_list as $project_cat)
	                     <tr>
		                     <td>{{$project_cat->id}}</td>
		                     <td>{{$project_cat->title}}</td>
												 <td>{{$project_cat->title_ar}}</td>
		                     <td>{{$project_cat->priority}}</td>
	                       <td class="text-right">
	                          <a href="{{ route('show-project-details', $project_cat->id) }}" class="btn btn-sm btn-white text-info mr-2">
	                              <i class="far fa-eye mr-1"></i> Projects </a>
	                          <a href="{{ route('edit-projects', $project_cat->id) }}" class="btn btn-sm btn-white text-success mr-2">
	                          <i class="far fa-edit mr-1"></i> Edit</a>
	                          <a href="{{ route('delete-projects', $project_cat->id) }}" onclick="return confirm('Are you sure you want to delete this item?');" class="btn btn-sm btn-white text-danger mr-2"><i class="far fa-trash-alt mr-1"></i>Delete</a>
	                       </td>
	                     </tr>
                    	@endforeach
											</tbody>
										</table>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<!-- /Page Wrapper -->

        </div>
		<!-- /Main Wrapper -->

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit