Jump to content

KaiTak

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by KaiTak

  1. Good day everyone,

     

    I've got a problem when I want to show my bids

     

    Quote

    Undefined variable: subfleets (View: /resources/views/layouts/default/flights/search.blade.php)

     

     

    The problem might be somewhere here in the search.blade.php:

    <div style="margin-top: 10px; margin-left: 5px;">
    
    <p>@lang('common.subfleet')</p>
    
    {{ Form::select('subfleet_id', $subfleets, null , ['class' => 'form-control select2']) }}
    
    </div>

    I tried to search where the variable $subfleets gets definied, but I'm an old school hobby php programer, so its hard :D

     

    I tried to completly delete this section out of search.blade.php and then it worked, but I don't want to decrease the functionality of the system by any chance.

     

    I hope someone can help me finding the problem.

     

    Greetings

×
×
  • Create New...