@extends('layouts.admin') @section('page-css') @endsection @section('content')

{{ $title }}

{{ $sub_title }}

@csrf
@if(!isset($edit->id))
@endif

Update Password

@csrf
@endsection @section('page-scripts') @endsection