@extends('layouts.backend') @section('title') Careers @endsection @section('content')
@foreach ($jobs as $key => $job) @endforeach
@endsection @section('scripts') @endsection