@extends('layouts.layout-brand-mail') @section('mail_content')

{!! strtoupper(env('BRAND_NAME')) !!} Candidate {{ $name }}

Oportunity: {{ $opportunity }}
Email: {{ $email }}
Country: {{ $country }}
State: {{ $state }}

Skills Description: {{ $txtSkills }}



{!! strtoupper(env('BRAND_NAME')) !!} {{ date('j, F Y').' at '.date('H:i:s') }}

@endsection