@extends('template.landing') @section('title') @section('main')
@foreach($tentang as $ttg)

Halo, saya

{{$ttg->nama}}

{{$ttg->profesi}}

Selengkapnya



ABOUT

{{$ttg->tentang}}

Download CV Hire Me



@endforeach

Achievement


@foreach($prestasi as $pres)
@endforeach

Portfolio


@foreach($porto as $por)
@endforeach
@foreach($porto1 as $por)
@endforeach
@foreach($porto2 as $por)
@endforeach
@foreach($porto3 as $por)
@endforeach
@foreach($porto4 as $por)
@endforeach
@foreach($porto5 as $por)
@endforeach
@foreach($porto6 as $por)
@endforeach

Blog


@foreach($blog as $b)

{{ $b->judul }}

Baca Selengkapnya
@endforeach

Testimonials


@foreach($testi as $test)
"{{$test->pesan}}"

{{$test->nama}}
{{$test->title}}

@endforeach

Contact


@csrf
@foreach($tentang as $ttg) {{ $ttg->telepon }}
{{ $ttg->email }}
{{ $ttg->alamat }}
@endforeach
@endsection @section('script') @endsection