@extends('layouts.master') @section('content') @if(session('success')) @endif

{{ $module_name }} / Edit

@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
Note: If you enter a new password here, it will be updated. If you leave this field empty, your previous password will remain unchanged @if($errors->has('password')) {{ $errors->first('password') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if($errors->has('status')) {{ $errors->first('status') }} @endif
@endsection @section('scripts') @endsection