@extends('layouts.main_frontend') @section('content') {{ csrf_field() }} @lang('site.get_my_forget_pass') {{Session('error')}} @foreach(\App\Models\Country::get() as $country) {{$country->code}} @endforeach ✓ Valid @if($errors->has('phone')) {{ $errors->first('phone') }} @endif @lang('site.to be sure') @endsection @section('scripts') @endsection