@extends('front/layout') @section('page_title','Register') @section('container')

Reset Password

@if (Session::has('message')) @endif
@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endsection