@extends('admin.layout.app') @section('contents') Profile Home {{$type}} Profile @if (\Illuminate\Support\Facades\Session::has('error')) {{\Illuminate\Support\Facades\Session::get('error')}} @endif @csrf {{$type}} Name Surname Email Current Password New Password Confirm Password Update Cancel @endsection