@extends('theme::layouts.app') @section('content')

{{ content('portfolio_about','about_title') }} {{ content('portfolio_about','about_bg_title') }}

{{ content('portfolio_about','about_right_title') }}

{{ content('portfolio_about','about_des') }}

{{ content('portfolio_about','your_name') }}
{{ content('portfolio_about','your_email') }}
{{ content('portfolio_about','your_age') }}
{{ content('portfolio_about','your_phone') }}
{{ content('portfolio_about','your_job') }}
{{ content('portfolio_about','your_location') }}
@if(Amcoders\Plugin\Plugin::is_active('services')) @php $services=array( 'type'=>4, 'with'=>'meta', 'limit'=>6 ); $services=LpPosts($services); @endphp @if(count($services) > 0)

{{ content('portfolio_service','service_title') }} {{ content('portfolio_service','service_bg_title') }}

@foreach($services as $service)

{{ $service->title }}

{{ Str::limit($service->meta->excerpt, 200) }}

@endforeach
@endif @endif @php $educations=array( 'type'=>10, 'with'=>'meta', ); $educations=LpPosts($educations); $experiences=array( 'type'=>9, 'with'=>'meta', ); $experiences=LpPosts($experiences); //dd($educations); @endphp

{{ content('resume_id','resume_title') }} {{ content('resume_id','resume_background_title') }}

@if(count($educations) > 0)

{{ content('resume_id','education_title') }}

@foreach($educations as $row)

{{ $row->title }}

{{ $row->slug }} {{ $row->tags }}

{{ $row->meta->excerpt }}

@endforeach
@endif @if(count($experiences) > 0)

{{ content('resume_id','experience_title') }}

@foreach($experiences as $row)

{{ $row->title }}

{{ $row->slug }} {{ $row->tags }}

{{ $row->meta->excerpt }}

@endforeach
@endif

{{ content('portfolio_section','portfolio_title') }} {{ content('portfolio_section','portfolio_bg_title') }}

@foreach($categories as $row) @endforeach
@foreach($portfolios as $row)
@foreach($row->portfolioCategory as $cat)
{{ $cat->category->name }}
@endforeach
@endforeach
@php $testimonials=array( 'type'=>5, 'with'=>'meta', 'translate'=>false ); $testimonials=LpPosts($testimonials); @endphp @if(count($testimonials) > 0)

{{ content('review_section','review_title') }} {{ content('review_section','review_bg_title') }}

@endif

{{ content('portfolio_contact','contact_title') }} {{ content('portfolio_contact','contact_bg_title') }}

{{ content('portfolio_contact','contact_first_section_title','contact_first_section') }}

{{ content('portfolio_contact','contact_first_section_phone','contact_first_section') }}

{{ content('portfolio_contact','contact_secound_section_title','contact_secound_section') }}

{{ content('portfolio_contact','contact_secound_section_email','contact_secound_section') }}

{{ content('portfolio_contact','contact_third_section_title','contact_third_section') }}

{{ content('portfolio_contact','contact_third_section_location','contact_third_section') }}

@csrf
@endsection