@extends('be.layout-index') @section('content') @php $modul="Undangan"; $modula="m_undangan"; $id=''; $note=''; $no=''; $dokumen=''; $locus=''; $stsposisi=''; if(isset($data)){ $id=$data->id; $note=$data->note; $no=$data->no; $dokumen=$data->dokumen; $locus=$data->locus; $stsposisi=$data->stsposisi; } @endphp
@endsection