@php $lang = Session::get('language'); @endphp @if($lang) @if ($lang->is_rtl) @else @endif @else @endif {{ __('verify_code') }} || {{ config('app.name') }} @include('layouts.include')
@if (Session::has('error')) @endif @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @section('js') @endsection