@extends('layouts.admin') @section('title', 'Edit IPR') @section('ipr', 'active') @section('ipr_add', 'active') @section('headerScripts') @endsection @section('content') Edit IPR IPR Form @csrf Name Display Name Description {{$ipr->description}} API Link URL Link IPR Type type == 'Rakyat') checked @endif> Rakyat type == 'Organisasi') checked @endif> Organisasi IPR Status status == 'Active') checked @endif>Active status == 'Inactive') checked @endif> Inactive status == 'Inprogress') checked @endif> Inprogress Cluster @foreach($clusters as $cluster) cluster_id == $cluster->id) checked @endif> {{$cluster->display_name}} @endforeach Save Back @endsection @section('footerScripts') @endsection