@extends('layouts.front') @section('page-css') @endsection @section('content') {{$title}} Dashboard {{$title}} {{-- {{$sub_title}} @csrf Full Name Date Of Birth Profession Experience Country Email Address @if(!isset($edit->id)) Stay On this page after i clicked Save @endif {{isset($edit) ? 'Update' : 'Save'}} --}} {{-- for password --}} {{$sub_title}} @csrf Current Password New Password Confirm Password @if(!isset($edit->id)) Stay On this page after i clicked Save @endif {{isset($edit) ? 'Update' : 'Save'}} {{-- for password --}} @endsection @section('page-scripts') @endsection