@extends('layouts.frontend') @push('seo') @endpush @section('content')
Semua Project @foreach($categories as $category) {{ $category->name }} @endforeach
@if($projects->count() > 0)
@foreach($projects as $project)
@if($project->featured_image) {{ $project->title }} @else
@endif
{{ $project->category->name }}
@if($project->is_featured)
Featured
@endif

{{ $project->title }}

{{ $project->short_description }}

@if($project->client_name)
{{ $project->client_name }}
@endif @if($project->technologies) @php $techs = is_array($project->technologies) ? $project->technologies : json_decode($project->technologies, true); $techs = is_array($techs) ? $techs : []; @endphp @if(count($techs) > 0)
@foreach(array_slice($techs, 0, 3) as $tech) {{ $tech }} @endforeach @if(count($techs) > 3) +{{ count($techs) - 3 }} more @endif
@endif @endif
Lihat Detail @if($project->project_url) @endif
@endforeach
@if($projects->hasPages())
{{ $projects->appends(request()->query())->links() }}
@endif @else

Belum Ada Project

Portfolio project sedang dalam proses update. Silakan kembali lagi nanti.

Diskusikan Project Anda
@endif

Project Statistics

Angka-angka yang menunjukkan pengalaman kami

Tertarik dengan Project Kami?

Mari diskusikan ide project Anda dan wujudkan menjadi kenyataan bersama tim expert kami

@endsection @push('styles') @endpush