@extends('front'.viewPrfx().'layouts.master') @section('breadcrumb') @include('front'.viewPrfx().'partials.breadcrumb') @endsection @section('content')
@if ($jobs) @foreach ($jobs as $key => $job) @endforeach @else @endif
@endsection