under-construction.blade.php 555 B

1234567891011121314151617181920212223242526
  1. @component('home.layouts.component', ['title' => 'درحال بروزرسانی'])
  2. @slot('style')
  3. @endslot
  4. @slot('content_top')
  5. @endslot
  6. @slot('content')
  7. <section class="employment-list-holder">
  8. <div class="container">
  9. <div>
  10. <img src="{{ asset('images/home/under-construction.png') }}" alt="under-construction-img">
  11. </div>
  12. </div>
  13. </section>
  14. @endslot
  15. @slot('script')
  16. <script>
  17. </script>
  18. @endslot
  19. @endcomponent