@extends('../layout/' . $layout) @section('subhead') Skills @endsection @section('subcontent')

Skills

Add Skill
@if (count($skills) > 0)
@php $no = 0; @endphp @foreach ($skills as $item) @endforeach
# NAME STATUS ACTIONS
{{ ($page - 1) * 15 + ++$no }}
{{ $item['name'] }}
@else
noData

No Data Available

@endif @if (count($skills) > 0) @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@endif @endsection @section('script') @endsection