@extends('layouts.front-end.app')
@section('title', \App\CPU\translate('Login'))
@push('css_or_js')
@endpush
@section('content')
{{\App\CPU\translate('sign_in')}}
@endsection
@push('script')
{{-- recaptcha scripts start --}}
@if(isset($recaptcha) && $recaptcha['status'] == 1)
@else
@endif
{{-- recaptcha scripts end --}}
@endpush