@extends('frontend.layouts.app') @section('title') @endsection @section('seo') @endsection @section('content')
messenger
portfolio-banner
{{ $portfolio->client_name }}
logo
{{ $portfolio->client_name }}
{!! $portfolio->description !!}
    @if ($portfolio->image_1) @php $images = json_decode($portfolio->image_1); @endphp @foreach ($images as $image) @if (pathinfo($image, PATHINFO_EXTENSION) === 'mp4')
  • @else
  • image
  • @endif @endforeach @endif
01
The Client
Project Concept
{!! $portfolio->concept !!}
02
Discover our
Sucessful Key Deliveries
portfolio-banner
{!! $portfolio->key_delivery !!}
DATE STARTED:
{{ \Carbon\Carbon::parse($portfolio->start_date)->format('F j, Y') }}
CATEGORY:
{{$portfolio->category}}
DATE ENDED:
@if (!$portfolio->end_date) Still Working @else {{ \Carbon\Carbon::parse($portfolio->end_date)->format('F j, Y') }} @endif
SERVICE:
{{$portfolio->type}}
    @foreach ($feedbacks as $feedback)
  • @endforeach
Be Part Of Our
Success Stories Today!
@endsection @section('js') @endsection