@extends('admin.layout.app') @section('content')

Profile

@if(session('status')) @endif

Formulir Profile

@csrf
@if($errors->has('profile')) {{$errors->first('profile')}} @endif
@endsection @push('custom-scripts') @endpush