@extends('web.layouts.container') @section('content') {{$title}} {{__('jobApplications.submit_job')}} {{__('jobApplications.country_name')}} @if(count($countries)) @foreach($countries as $country) {{$country->name}} @endforeach @endif {{__('jobApplications.cv')}} : {{__('main.send')}} @endsection @section('inner_js') @endsection