@extends('front.layouts.app') @section('content')

{{ $profil->nama_profil}}

{{ $profil->deskripsi_1}}

Shape
Shape
Shape
Shape
Shape
Shape
Shape
About
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
Whoops! Ada beberapa masalah dengan data yang anda masukkan.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Hubungi Kami

Alamat email Anda tidak akan dipublikasikan. Isi sesuai data diri anda

@error('g-recaptcha-response') {{ $message }} @enderror
Contact
Contact
Contact

@endsection