@extends('be.layout-index') @section('content') @php $modul="Putusan"; $modula="m_putusan"; $id=''; $no=''; $id_laporan=''; $note=''; $rekomendasi_no=''; $rekomendasi_file=''; $locus=''; $stsposisi=''; if(isset($data)){ $id=$data->id; $no=$data->no; $id_laporan=$data->id_laporan; $note=$data->note; $rekomendasi_no=$data->rekomendasi_no; $rekomendasi_file=$data->rekomendasi_file; $locus=$data->locus; $stsposisi=$data->stsposisi; } @endphp
{!!$no!!}
{!!$note!!}
{!!$rekomendasi_no!!}
@php if($rekomendasi_file!=''){ echo ' Download'; } @endphp

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