@extends('AdminLte.template') @section('title') {{__('Skill Master')}} @endsection @section('ExternalCss') @parent @endsection @section('Content')

{{__('Skill Master')}}


{{ Form::open(['action' => 'SkillController@index','method' => 'POST','role' => 'search','autocomplete' => 'off']) }}
{{ Form::close() }}
{{__('Sr.')}} {{__('Name')}} {{__('Description')}} {{__('Active')}} {{__('Action')}}