@extends('template_backend.home') @section('heading', 'Edit Profile') @section('page') @endsection @section('content')

Edit Profile {{ Auth::user()->name }}

@csrf
@if (Auth::user()->role == "Guru")
@elseif (Auth::user()->role == "Siswa")
@else
@endif
@endsection @section('script') @endsection