@extends('layouts.dashboard') @section('title', 'Edit Your Web') @section('dashboard_content')

Your Profile

@if($profiles->count() == null)
@csrf
@else
@method('patch') @csrf
@foreach ($profiles as $profile) @endforeach
@endif
@if($profiles->count() == null)
@csrf
@else
@method('patch') @csrf
@foreach ($profiles as $profile) @endforeach
@endif

Your Skill

@foreach ($skills as $skill)

{{$skill->name}} @if($skill->ability != null) ({{$skill->ability}}) @endif

@endforeach

Your Experience & Achievement

@endsection @section('jsExternalAdd') @endsection