@extends('layouts.admin') @section('content')

{{ __(@$title) }}

@foreach ($skills as $skill) @endforeach
{{ __('SL') }} {{ __('Title') }} {{ __('Status') }} {{ __('Description') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $skill->title }} @if ($skill->status == 1) {{ __('Active') }} @else {{ __('Deactivated') }} @endif {{ $skill->description }}
{{ $skills->links() }}
@endsection @push('style') @endpush @push('script') @endpush