@extends('frontend.layouts.app') @section('seo') Careers | eg APPAREL @endsection @section('content') {{-- BANNER --}}

Careers

Home / Careers

{{-- CONTENT --}}
@foreach ($careers as $items)

{!! Str::limit($items->title, 30, '...') !!} ({{ $items->vacancy }})

Full Time
{!! Str::limit($items->location, 40, '...') !!}

{!! Str::limit($items->description, 100, '...') !!}

Learn More
@endforeach
@endsection @section('css') @endsection