@extends('frontend.layouts.partials.app') @section('title', 'About Us') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

Open Positions

Safeguarding Your Feature with Comprehensive Insureance Solutions, Because Peace of Mind Matters.

@forelse ($careers as $career)

{{$career->name }}

@php $jobType = 'Job Type:' . $career->job_type; @endphp {{ __($jobType) }}
@empty @endforelse
@endsection