@extends('layouts.master') @section('title') {{$logo->first_name." ".$logo->last_name}} || Sharecv @endsection @section('css') @endsection @section('body') {{-- --}} @endsection @section('content')
@if($sectiondetail->home == 1)

Hello, I’m

{{$logo->first_name." ".$logo->last_name}}

A {{$logo->designation}} From {{$logo->country}}

{{$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 {{-- More About Me --}}
{{-- --}} @if($home->image != null) @else @endif
@if($sectiondetail->clients == 1)
@foreach($clients as $key => $value)
@endforeach
@endif
@endif @if($sectiondetail->services == 1)

What I Do!

{{$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->about_me == 1)

I'am a {{$logo->designation}}

{{$about->subtext}}

{{$about->info}}

  • Name:{{$logo->first_name." ".$logo->last_name}}
  • Designation: {{$logo->designation}}
  • Email: {{$logo->email}}
  • Address: {{$logo->address}}
  • Birth of Date: {{$logo->dob}}
  • Gender: {{$logo->gender}}
  • Phone Number: ({{$logo->digit_code}}) {{$logo->mobile_number}}
  • @if($languages != null)