@extends('layouts.app') @section('content')
profile_pic") }}" alt="">

I'm

{{ $user?->name }}

{{ $user?->job }}
Download CV
Play Video

About

About Me

about_photo") }}" alt="">

{{ $setting->about_title }}

{{ $setting->about_description }}

Name: {{ $user?->name }}
Birthday: {{ $user?->birth_day }}
Degree: {{ $user?->degree }}
Experience: {{ $user?->experience }} Years
Phone: {{ $user?->phone }}
Email: {{ $user?->email }}
Address: {{ $user?->address }}
Freelance: Available
Hire Me {{-- Learn More --}}

Quality

Education & Expericence

My Education

@foreach ($educations as $education)
{{ $education->title }}

{{ $education->association }} | {{ $education->from }} - {{ $education->to }}

{{ $education->description }}

@endforeach

My Expericence

@foreach ($experiences as $experience)
{{ $experience->title }}

{{ $experience->association }} | {{ $experience->from }} - {{ $experience->to }}

{{ $experience->description }}

@endforeach

Skills

My Skills

@foreach($skills->split($skills->count()/3) as $row)
@foreach($row as $skill)
{{ $skill->name }}
{{$skill->percent}}%
@endforeach
@endforeach

Service

My Services

@foreach ($services as $service)

{{ $service->name }}

{{ $service->description }}

@endforeach

Gallery

My Portfolio

  • All
  • @foreach ($categories as $category)
  • {{ $category->name }}
  • @endforeach
@foreach ($portfolios as $portfolio) @endforeach

Review

Clients Say

Contact

Contact Me

@if (Session::has('message'))
@endif
@csrf

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

© Domain Name. All Rights Reserved. Designed by HTML Codex

@endsection