@extends('frontend.layouts.app') @section('title') CAREERS | Philippine Green Building Initiative (PGBI) @endsection @section('seo') @endsection @section('content') {{-- BANNER --}}

Career Opportunities

@if (!request()->is('careers')) @endif
@foreach ($careers as $items)
{{ Str::limit(strip_tags($items->name), 30, '...') }}
{{ Str::limit(strip_tags($items->location), 40, '...') }}
Full Details
@endforeach
@endsection @section('js') @endsection