@extends('layouts.master-without-nav') @section('title') @lang('translation.Home') @endsection @section('content')
@auth @lang('Logout')
@csrf
@else @lang('Login') @endauth
@endsection @section('script') @endsection