index.blade.php 93 B

12345
  1. @extends('layouts.app')
  2. @section('content')
  3. <instance-picker></instance-picker>
  4. @endsection