@extends('backend.auth.master') @section('title') {{ $data['title'] }} @endsection @section('content')
{{ _trans('landlord.welcome back please login to your account') }}
{{ _trans('common.dont have an account') }} {{ _trans('common.create an account') }}
@endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection