home.blade.php 169 B

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