@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content')

Our Openings

We are glad if you want to join our Team
@if (count($rows) === 0)

No openings at this time

@endif
@foreach($rows as $row)

{{$row->title}}

{{$row->location}} {{$row->duration}}
{{truncate($row->description,200)}}
@endforeach
@stop