@extends('admin.layout') @section('content') Add Encryption User Dashboard Encryption User Encryption User List Add 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 Password @if ($errors->has('password')) {{ $errors->first('password') }} @endif Submit @endsection @push('footer-script') @endpush