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

Form ubah foto

Foto Saat ini

@csrf
@if (Auth::user()->role == 'Guru') @else @endif
@endsection