@extends('common.dashboard') @section('title','Create Adviser') @section('content')

Create Adviser

@csrf @include('common.user.adviser.form')
@endsection