Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="container-fluid">
  4. @include('fields.partials.sidebar')
  5. <div class="map-container-wrapper">
  6. @include('partials.map')
  7. <div id="dialog-confirm" class="field-delete-dialog" title="Пресякохте поле">
  8. <p class="text-for-cross-field"><span style="float:left; margin:12px 12px 20px 0;">
  9.  
  10. </span><img class="test-image"> Моля редактирайте!</p>
  11. </div>
  12. </div>
  13. </div>
  14. @endsection
  15.  
  16. @section('scripts')
  17. <script src="{{asset('js/fields.js')}}"></script>
  18. @endsection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement