@extends('be.layout-index') @section('content') @php $modul="Status Laporan"; $modula="m_status"; $id=''; $note=''; $no=''; $id_kat1=''; $dokumen_cover=''; $dokumen=''; $kat1nm=''; $locus=''; $stsposisi=''; if(isset($data)){ $id=$data->id; $note=$data->note; $no=$data->no; $id_kat1=$data->id_kat1; $kat1nm=$data->kat1nm; $dokumen_cover=$data->dokumen_cover; $dokumen=$data->dokumen; $locus=$data->locus; $stsposisi=$data->stsposisi; } @endphp
{!!$no!!}
{!!$kat1nm!!}
{!!$note!!}
@php if($dokumen_cover!=''){ echo ' Download'; } @endphp
@php if($dokumen!=''){ echo ' Download'; } @endphp

@if (session('be_urole')!=4) @if($locus==session('be_uwilayah')||session('be_urole')==3) Ubah @endif @endif Batalkan
@endsection