@extends('layouts.backend.app') @section('title') Profile Settings @endsection @section('content') @if ($message = Session::get('success')) @elseif($message = Session::get('error')) @endif @if ($errors->any()) @endif
@csrf @method('PUT')
Kosongkan jika tidak ingin mengubah.
@if ($profile->email_verified_at == NULL)
@endif
Batal
@endsection