@extends('dash.layouts.app') @section('title') @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Change Email & Name @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf Current Password New Email Save @endsection @section('js') @endsection