@extends('frontend.layouts.app2')
@section('title')
@endsection
@section('seo')
Your Trusted Service Contracting Partner | Beta Com Resources Inc.
@endsection
@section('content')
CHANGE PASSWORD
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection