@extends('frontend.layouts.app') @section('title') CAREERS | Philippine Green Building Initiative (PGBI) @endsection @section('seo')
@endsection @section('content') {{-- BANNER --}}
Career Opportunities
Filter by location
@foreach ($locations as $items)
{{ $items }}
@endforeach
@if (!request()->is('careers'))
Clear Filter
@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