@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

flag {{ $title }}

Details
{{--
@{{ response.message ?? null }}
--}}
Denumire: @{{ companyData.denumire ?? null }}
Adresa: @{{ companyData.adresa ?? null }}
Stare Inregistrare: @{{ companyData.stare_inregistrare ?? null }}
Mesaj SCP TVA: @{{ companyData.mesaj_ScpTVA ?? null }}
Cod CAEN: @{{ companyData.cod_CAEN ?? null }}
@stop {{-- Scripts --}} @section('scripts') @stop