@extends('master') @section('title', 'Edit Profil') @section('header-konten') @endsection @section('konten')
Edit Profil
{{-- @php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp --}}
@csrf
@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