@csrf
@if (!empty($experiences) && ($experiences->count() > 0)) @foreach ($experiences as $i => $experience)

{{ __('Experience') }}

{{ __('Job Position') }}
{{ __('Company Name') }}
{{ __('Location') }}
{{ __('From') }}
{{ __('To') }}
{{ __('File') }}
@endforeach @else

{{ __('Experience') }}

{{ __('Job Position') }}
{{ __('Company Name') }}
{{ __('Location') }}
{{ __('From') }}
{{ __('To') }}
{{ __('File') }}
@endif
{{ __('Add More') }}