@extends('template_backend.home') @section('heading', 'Ubah Email') @section('page') @endsection @section('content')

Ubah Email {{ Auth::user()->name }}

@csrf
@endsection @section('script') @endsection