@extends('backend.layout.app') @section('title', 'Edit Label user') @push('css') @endpush @section('main_menu', 'HOME') @section('active_menu', 'Edit Label user') @section('link', route('admin.adminDashboard')) @section('content')
@csrf

User Information

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('alter_phone')) {{ $errors->first('alter_phone') }} @endif
@if ($errors->has('email')) {{ $user->email }} @endif
@if ($errors->has('par_add')) {{ $errors->first('par_add') }} @endif
@if ($errors->has('nid')) {{ $user->nid }} @endif
@endsection @push('js') @endpush