@extends('frontend.app') @section('content')

Career Page



@foreach($items as $item)

{{$item->title}}

{{$item->description}}

@endforeach


@endsection