@extends('layouts.app')
@section('title', 'Settings | TAKEONE')
@section('extra_styles')
@endsection
@section('content')
Settings
Change Password
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
{{ $errors->first() }}
@endif
@endsection