MOON
Server: Apache
System: Linux server10.mejorconweb.com 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: ser65kty (1085)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/ser65kty/cardedeu.serversmw.com/resources/views/compteempresa.blade.php
    <section class="cabecera">  
      <div class="container">

        <div class="">
          <br>
          <h2 class="text-center">Les meves sol.licituds de publicació d'ofertes de feina</h2>
          <br>
          <div class="afegiroferta"><a href="/publicaroferta">Afegir oferta</a></div>
          <br>

          <table class="table table-striped table-bordered" id="tablaofertas">
            <thead>
              <th>Empresa</th>
              <th>Títol</th>
              <th>Ocupacio</th>
              <th class="select-filter">Municipi</th>
            </thead>
            <tbody>
              @foreach($ofertas as $oferta)
                <tr id="{{ $oferta->id }}" name="{{ $oferta->name }}">
                  <td>{{$oferta->user->nameempresa}}</td>
                  <td>{{$oferta->titol}}</td>
                  <td>{{$oferta->ocupacio}}</td>
                  <td>{{$oferta->municipitreball}}</td>
                </tr>
              @endforeach
            </tbody>
              
          </table>

        </div>

      </div>
    </section>
            
      <div class="clearfix"></div>