main
Ilham Wara Nugroho 2026-06-17 13:44:36 +07:00
parent 360afbd034
commit ad12d2357d
1 changed files with 5 additions and 5 deletions

View File

@ -31,10 +31,11 @@
$limitInternal = ($internal !== null) && !$agencies->isNotEmpty();
@endphp
<div class="modal fade" id="formModalEdit" tabindex="-1" role="dialog" aria-labelledby="formModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg" role="document" style="width:90%; max-width: 90%;">
<div class="modal-content">
<div class="card shadow-sm" data-sector="{{ $form->sector }}" data-code="{{ $form->code }}">
<div class="card-header d-flex justify-content-between align-items-center">
<h5 class="mb-0 font-weight-bold">{{ $form->name }}</h5>
</div>
<div class="card-body">
<form action="{{ route('modules.form.editSingle', ['sector' => $form->sector, 'code' => $form->code]) }}" method="POST">
@csrf
<div class="modal-header">
@ -120,5 +121,4 @@
</form>
</div>
</div>
</div>
@endsection