@extends('layouts.default') @section('title', 'Edit Consultant') @section('header-links') @include('includes.headers.consultants') @endsection @section('content') @php $cntry = 2; @endphp
{{-- OTHER REQUIRED JS --}} @include('includes.datepicker') @include('includes.validator') {{-- SMARTWIZARD --}} {{-- Main Importing Page JS --}} {{-- Minified Importing Page JS --}} @endsection