Файловый менеджер - Редактировать - /home/clickysoft/public_html/benchexc.clickysoft.net/resources/views/admin/resource/company-resource-detail.blade.php
Назад
@extends('layouts.master') @section('title', 'Add User') @section('content') <style> .select2-container .select2-selection--single{ height:34px !important; } .select2-container--default .select2-selection--single{ border: 1px solid #ccc !important; border-radius: 0px !important; } </style> <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script> <div class="container-xxl flex-grow-1 container-p-y"> <div class="row"> <div class="col-md-12"> <div class="card mb-4"> <h5 class="card-header">Company Resource</h5> <div class="card-body"> {{-- <form action="{{route('industry.updateData',$industry->id)}}" method="POST">--}} @csrf @include('partials.alert') <div class="form-body"> <table class="table"> <thead> <tr> <th scope="col">#</th> <th scope="col">Resource Title</th> <th scope="col">Years Of Experience</th> <th scope="col">Mobilization Time</th> <th scope="col">Onsite Availability</th> <th scope="col">Rate</th> <th scope="col">Rate Type</th> <th scope="col">Contact Information</th> <th scope="col">Description</th> <th scope="col">status</th> <th scope="col">City</th> <th scope="col">Location</th> </tr> </thead> <tbody> <tr> {{-- <th scope="row">1</th>--}} <td>{{$companyResource->id}}</td> <td>{{$companyResource->resource_title}}</td> <td>{{$companyResource->years_of_experience}}</td> <td>{{$companyResource->mobilization_time}}</td> <td>{{ !empty($obj->onsite_availability) ? 'yes' : 'no'}}</td> <td>{{$companyResource->rate}}</td> <td>{{$companyResource->rate_type}}</td> <td>{{$companyResource->contact_information}}</td> <td>{{$companyResource->description}}</td> <td>{{!empty($companyResource->status) ? 'active' : 'Inactive'}}</td> <td>{{$companyResource->city->city_name}}</td> <td>{{$companyResource->city->location}}</td> </tr> </tbody> </table> <br> <div class="col-md-6"> <a href="{{route('company.resource',$companyResource->user_id)}}" class="btn btn-danger redirect-btn">Back</a> </div> </div> {{-- </form>--}} </div> </div> </div> </div> </div> <script> $('.select2').select2(); </script> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка