@extends('web.layouts.container') @section('css') @endsection @section('content') @csrf() {{__('users.reset_password')}} {{__('users.password')}} @error('password') {{$message}}@enderror {{__('users.password_confirmation')}} {{__('users.reset_password')}} @endsection @section('inner_js') @endsection