@extends('layouts.app') @section('title', 'Ecosystem - Apero Technologies Group') @section('description', 'Hệ sinh thái sản phẩm của Apero Technologies Group') @push('page-styles') {{-- CSS riêng cho trang ecosystem --}} @endpush @push('scripts-libs') {{-- JS riêng cho trang ecosystem --}} @endpush @section('content')

Đội ngũ của chúng tôi sẵn sàng cho mọi thử thách

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection