@extends('template.template') @section('custom_style') @endsection @section('content') @include('../navbar')
Dashboard

Profil

Informasi ini bersifat rahasia, jadi berhati-hatilah dengan apa yang Anda bagikan.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
  • {{session('success')}}
@endif
@csrf
@include('../footer') @push('custom_script') @endpush @endsection