@extends('backend.layout.app') @section('title', 'Convert to Original user') @push('css') @endpush @section('main_menu', 'HOME') @section('active_menu', 'Convert to Original 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

Car Information

@if ($errors->has('car_number')) {{ $errors->first('car_number') }} @endif
@if ($errors->has('car_model')) {{ $errors->first('car_model') }} @endif
@if ($errors->has('imei_number')) {{ $errors->first('imei_number') }} @endif
@if ($errors->has('device_sim_number')) {{ $errors->first('device_sim_number') }} @endif
@if ($errors->has('installation_date')) {{ $errors->first('installation_date') }} @endif
@if ($errors->has('device_price')) {{ $errors->first('device_price') }} @endif
@if ($errors->has('monthly_bill')) {{ $errors->first('monthly_bill') }} @endif
@if ($errors->has('due_date')) {{ $errors->first('due_date') }} @endif
@endsection @push('js') @endpush