@extends('front.layouts.app') @section('content')
{{ \Config::get('settings.company_name') }} Logo

Reset Password

Enter your new password below.

@include('admin.components.messages')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@push('scripts') @endpush @endsection