@extends('layouts.app') @push('styles') @endpush @section('title') User Settings @endsection @section('page_header') @endsection @section('content')

{{('Change Password')}}

{{ csrf_field() }}
@endsection