@extends('layouts.default_module')
@section('module_name')
List of Skill Development Advisor
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
{{-- @endsection --}}
@section('table')
{!! Form::open(['method' => 'get', 'url' => ['admin/skilladvisor'], 'files' => true]) !!}
@include('admin.advisor.partial.searchfilters')
{!! Form::close() !!}