@section('style') @endsection @extends('layouts.backend.app') @section('content')
Skill List
@foreach(App\Skill::latest()->get() as $key => $skill) @endforeach
# Name Percent Action
{{ $key+1 }} {{ $skill->name }} {{ $skill->percent }}%
@endsection @section('script') @endsection