@extends('layout') @push('scripts') @endpush @section('content')

@lang('app.existing-bundles')

@if (App\Helpers\Auth::isLogged())

@lang('app.no-existing-bundle')

@else

@lang('app.do-login') @lang('app.to-get-bundles')

@endif

@lang('app.or-create')

@endsection