dashboard.blade.php 158 B

123456789
  1. @extends ('layouts.template')
  2. @section('content')
  3. <div class="starter-template">
  4. <h1>HOME</h1>
  5. Hello, <b>{{ $pro->cell_number }}</b>
  6. </div>
  7. @endsection