@extends('layouts.app') @section('title') {{$configration->app_name}}|{{trans('home.login')}} @endsection @section('content')

{{trans('home.login')}}

@csrf

{{__("home.Dont have an account?")}} {{__('home.register')}}

@endsection