@extends('be.layout-index') @section('content') @php $modul="User"; $modula="m_user"; $id=""; $nama=""; $jabatan=""; $nm_user=""; $foto=""; $nama_role=""; $posisinm=""; $nm_aktif=""; $hp=""; $email=""; $stswa_nmaktif=""; if(isset($data)){ $id=$data->id_user; $nama=$data->nama; $jabatan=$data->jabatan; $nm_user=$data->nm_user; $hp=$data->hp; $foto=$data->foto; $nama_role=$data->nama_role; $posisinm=$data->posisinm; $nm_aktif=$data->nm_aktif; $email=$data->email; $stswa_nmaktif=$data->stswa_nmaktif; } @endphp
@endsection