@extends('frontend.main_master') @section('main') @php $careerslist = App\Models\Careers::all(); @endphp

Careers with us

If you are interested in a job in Reubro International, have talent and ready to face challenges and want to pursue a career in web development then we have golden offers for you.
@foreach($careerslist as $item)

{{$item->job_position}}

{{$item->job_description}}

@endforeach
@endsection