update
parent
5209b229a0
commit
6c4f89f662
|
|
@ -1,3 +1,9 @@
|
|||
@extends('layouts.master')
|
||||
|
||||
@section('title', $form->name)
|
||||
|
||||
@section('content')
|
||||
|
||||
<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%;">
|
||||
|
|
@ -87,4 +93,5 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Loading…
Reference in New Issue