@extends('lap::layouts.auth') @section('title', 'Change Password') @section('child-content')

@yield('title')

@csrf @method('PATCH')
@endsection