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