@extends('user.layout') @if (!empty($jobExperience->language) && $jobExperience->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Work experience') }}
{{ __('back') }}
@csrf

is_continue == 1 ? 'checked' : '' }}>

{{ __('Enter 1 to view as first result, 2 as second, etc...') }}

@endsection @section('scripts') @endsection