@extends('dashbord.layouts.master') @section('toolbar')

My Profile

@endsection @section('content')
@if ($errors->any())
@endif

Update Password

@csrf @method('PUT')
@endsection @section('js') @endsection