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