@extends('home') @section('body') @auth()

{{$text}}

@else

{{$text}}

@endauth @endsection @section('script') @endsection