@extends('admin.layout') @section('content') Edit Encryption User Dashboard Encryption User Encryption User List Edit Encryption User @csrf User Name @if ($errors->has('username')) {{ $errors->first('username') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Mobile @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif {{-- Submit --}} @endsection @push('footer-script') @endpush