@extends('layouts.default') @section('title', 'Create Consultant') @section('header-links') @include('includes.headers.consultants') @endsection @section('content')
{{-- OTHER REQUIRED JS --}} @include('includes.datepicker') @include('includes.validator') {{-- SMARTWIZARD --}} {{-- Main Importing Page JS --}} @endsection