Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Oct 23, 2024
1 parent 9279683 commit 8fa6253
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/cases/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ class="tw-grow tw-overflow-hidden"
const comentable_type = @json(get_class($request));
</script>
<script src="{{mix('js/composition/cases/casesDetail/edit.js')}}"></script>

@foreach($manager->getScripts() as $script)
<script src="{{$script}}"></script>
@endforeach
@endsection

@section('css')
Expand Down

0 comments on commit 8fa6253

Please sign in to comment.