@include('header') @php $permissions = json_decode(session('permissions'), true); $userType = session('user_type'); @endphp
Skill Information
@php $sno = 1; @endphp @foreach($skill as $principal) @endforeach
# Skill Percentage Action
{{ $sno++ }} {{ $principal->skill }} {{ $principal->percentage }}
@include('footer')