@extends('layouts.bootstrap.app') @push('head') @endpush @section('header') {{--
{{ __('Home') }}
--}} @endsection @section('content')
@if ($username) @if ($pair)
EN
{{ $pair->text_en }}
HYW
{{ $pair->text_hyw }}
@else Done @endif @else
Please enter your name
@endif
@endsection @push('scripts') @endpush