@extends('frontend.layout.app') @section('main_content')

Skills

@include('candidate.sidebar')
Add Item @if (!$skills->count())
No data found
@else
@foreach ($skills as $item) @endforeach
SL Skill Name Action
{{ $loop->iteration }} {{ $item->name }}
@endif
@endsection