@extends('layouts.absen') @section('header')
Edit Profil
@endsection @section('content')
@php $messagesuccess = Session::get('success'); $messageerrors= Session::get('error'); @endphp @if(Session::get('success'))
{{ $messagesuccess }}
@endif @if(Session::get('error'))
{{ $messageerrors }}
@endif
{{method_field('post')}} @csrf
@endsection