@extends('layouts.app') @section('title', trans('forms.special_skills')) @section('plugin-styles') @stop @php $user = request()->user(); @endphp @section('content')
@can('create specialSkills') {{trans('forms.lbl_add_new')}} @endcan
@can('delete specialSkills') @endcan
{{trans("tables.name_title")}} {{trans("tables.expiry_date_title")}}  
@stop @section('panel-content') @include('special-skill.form') @stop @section('footer-script') @stop