explore.blade.php 317 B

1234567891011
  1. @extends('supervisor.layouts.master')
  2. @section('content')
  3. <div class="card p-2 rounded border-0" style="background-color: #ffffff; color: #141639c4;">
  4. <div class="col-md-12">
  5. <h3 class="p-5" style="text-align: center;">Coming Soon...</h3>
  6. </div><!--end col-->
  7. </div>
  8. @endsection
  9. @push('js')
  10. @endpush