index.blade.php 241 B

123456
  1. @extends('layouts.client')
  2. @section('content')
  3. <v-app id="meetingsApp" class="client">
  4. <client-entrance :lobby-prop="{!! str_replace('"','\'',str_replace('\'','\\\'',json_encode($lobbyModel))) !!}"></client-entrance>
  5. </v-app>
  6. @endsection