@extends('layouts.master') @section('title') {{$logo->first_name." ".$logo->last_name}} || Sharecv @endsection @section('css') @endsection @section('content') @section('body') @endsection @if($sectiondetail->home == 1)
{{-- style="background-image: url('');" --}} @if($home->signature != null) @endif

{{$home->main_title}}

{{$home->title}}

{{$home->info}}

@if($home->is_first_button_action == 1) {{$home->first_button}} @endif @if($home->is_first_button_custom_url == 1) {{$home->first_button}} @endif @if($home->is_second_button_action == 1) {{$home->second_button}} @endif @if($home->is_second_button_custom_url == 1) {{$home->second_button}} @endif
@if($home->background_image != null) @endif
@endif @if($sectiondetail->about_me == 1)

@if($about->total_experience != null){{$about->total_experience}} @else 0 @endif +Years

Experiences

@if($about->section_title != null){{$about->section_title}} @endif

@if($about->subtext != null){{$about->subtext}} @endif

@if($about->information != null){{$about->information}} @endif

Personal Info
@if($about->mobile_number != null)

Phone

{{$about->mobile_number}}
@endif @if($about->country != null)

Location

{{$about->city." ".$about->country}}
@endif @if($about->email != null)

Email

{{$about->email}}
@endif @if($about->dob != null)

Birthday

{{date('j F, Y', strtotime($about->dob))}}
@endif
@endif @if($sectiondetail->services == 1)

Services

{{$services[0]->title}}

@if($services[0]->subtext != null){{$services[0]->subtext}}@endif

@foreach($services as $key => $value) @if($value->is_icon == 1)
{{$value->services_title}}

{{$value->services_details}}

@endif @if($value->is_text == 1)

{{$value->text}}

{{$value->services_title}}

{{$value->services_details}}

@endif @if($value->is_image == 1)
{{$value->services_title}}

{{$value->services_details}}

@endif @endforeach
@endif @if($sectiondetail->education == 1 || $sectiondetail->experience == 1 || $sectiondetail->awards == 1 || $sectiondetail->skills == 1 || $sectiondetail->knowledges == 1)

Check out my resume

Resume

Making this the first true generator on the Internet. It uses a dictionary & plugin Development.

@if($sectiondetail->education == 1)
Education
@foreach($education as $key => $value)

@if($value->start_year != null) {{$value->start_year}} @endif - @if($value->passing_year != null) {{$value->passing_year}} @endif

@if($value->degree != null) {{$value->degree}} @endif

@if($value->institute != null) {{$value->institute}} @endif

@if($value->description != null) {{$value->description}} @endif

@endforeach
@endif @if($sectiondetail->experience == 1)
Experience
@foreach($experience as $key => $value)

@if($value->start_year != null) {{$value->start_year}} @endif - @if($value->end_year != null) {{$value->end_year}} @endif

@if($value->job_title != null) {{$value->job_title}} @endif

@if($value->company_name != null) {{$value->company_name}} @endif

@if($value->description != null) {{$value->description}} @endif

@endforeach
@endif @if($sectiondetail->awards == 1)
Awards
@foreach($awards as $key => $value)
{{--

2008 - 2016

--}}
@if($value->name != null) {{$value->name}} @endif
@endforeach
@endif
@if($sectiondetail->skills == 1)

@if($skills[0]->subtext != null) {{$skills[0]->subtext}} @endif

{{$skills[0]->title}}

@foreach($skills as $key => $value) @if($value->type == 1)
{{$value->name}}
@endif @endforeach
@foreach($skills as $key => $value) @if($value->type == 2)
{{$value->name}}
@endif @endforeach
@endif @if($sectiondetail->knowledges == 1)

My knowledge

Knowledges

@if(count($knowledge[0]['knowledge']) > 0) @foreach($knowledge[0]['knowledge'] as $key => $value)
{{$value}}
@endforeach @endif
@endif
@endif @if($sectiondetail->clients == 1)

We Collaborate with Top Software Company

{{$clients[0]->title}}

@foreach($clients as $key => $value)
@endforeach
@endif @if($sectiondetail->project == 1)

Showcasing some of my best work

{{$project[0]->title}}

@if($project[0]->subtext != null) {{$project[0]->subtext}} @endif

@foreach($project as $key => $value)

@if($value->category != null) {{$value->category}} @endif

@if($value->project_name != null) {{$value->project_name}} @endif
@endforeach
@foreach($project as $key => $value) @endforeach @endif @if($sectiondetail->cta == 1)

Visit My Work & Hire Now

{{$cta->title}}

{{$cta->subtext}}

@if($cta->is_first_button_action == 1) {{$cta->first_button}} @endif @if($cta->is_first_button_custom_url == 1) {{$cta->first_button}} @endif @if($cta->is_second_button_action == 1) {{$cta->second_button}} @endif @if($cta->is_second_button_custom_url == 1) {{$cta->second_button}} @endif
@endif @if($sectiondetail->pricing == 1)

Choose your plan

{{$pricing[0]->title}}

@if($pricing[0]->subtext != null){{$pricing[0]->subtext}}@endif

@foreach($pricing as $key => $value)
{{$value->package_name}}

{{$value->package_name}}

{{$value->package_price}}$ /{{$value->duration}}

    @if(count($value->features) > 0) @foreach($value->features as $key => $feature)
  • {{$feature}}
  • @endforeach @endif
@endforeach
@endif @if($sectiondetail->testimonial == 1)

What Clients Say

{{$testimonial[0]->title}}

@if($testimonial[0]->subtext != null){{$testimonial[0]->subtext}}@endif

@foreach($testimonial as $key => $value)

" {{$value->comment}} "

@if($value->image != null) @endif
{{$value->client_name}}

@if($value->company_name != null){{$value->company_name}}@endif

@endforeach
@endif @if($sectiondetail->contact_me == 1)

{{$contact->title}}

@if($contact->subtext != null){{$contact->subtext}}@endif

@if($contact->address != null)
Location
{{$contact->address}}
@endif @if($contact->mobile_number != null)
Phone Number
{{$contact->mobile_number}}
@endif
Follow On Us
@csrf

Talk to Our Sales & Marketing Department Team

@if($contact->is_name == 1)
@endif @if($contact->is_email == 1)
@endif @if($contact->is_subject == 1)
@endif @if($contact->is_message == 1)
@endif
@endif @endsection @section('script') @endsection