@extends('layouts.front') @section('page-css') @endsection @section('content') {{$title}} Dashboard {{ $title }} {{$sub_title}} @csrf Full Name Date Of Birth Profession Experience Country Profile Image Image must be at least png ,jpeg ,jpg. Email Address @if(!isset($edit->id)) Stay On this page after i clicked Save @endif {{isset($edit) ? 'Update' : 'Save'}} {{-- for password --}} Update Password @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