@extends('master')
@section('title', 'Edit Profil')
@section('header-konten')
@endsection
@section('konten')
@endsection
@section('modal')
{{-- @php
$tambah = explode(',', Auth::user()->role->tambah);
$ubah = explode(',', Auth::user()->role->ubah);
$hapus = explode(',', Auth::user()->role->hapus);
@endphp --}}
@endsection
@section('script')
@include('my_components.alertToast')
@endsection