explore.blade.php 536 B

123456789101112
  1. @extends('web.layouts.master')
  2. @section('content')
  3. <section class="bg-half-170 d-table w-100" style="padding : 175px 0px 0px; height: 93vh;">
  4. <div class="container">
  5. <div class="row align-items-center">
  6. <div class="col-md-12 pt-5 mt-5">
  7. <h1 style="font-weight: bold; text-align: center;">Coming Soon...</h1>
  8. </div><!--end col-->
  9. </div><!--end row-->
  10. </div><!--end container-->
  11. </section>
  12. @endsection