@@ -18,16 +18,16 @@ class="btn-sm btn-info fw-bold mb-2">Back</x-backend.ui.button>
18
18
</x-backend .form.text-input >
19
19
</div >
20
20
<div class =" col-md-4 col-sm-6" >
21
- <x-backend .form.text-input label =" Client NID" type =" number" name =" nid" :value =" $client->nid" required >
21
+ <x-backend .form.text-input label =" Client NID" type =" number" name =" nid" :value =" $client->nid" >
22
22
</x-backend .form.text-input >
23
23
</div >
24
24
<div class =" col-md-4 col-sm-4" >
25
- <x-backend .form.text-input label =" Tin" type =" text" name =" tin" :value =" $client->tin" required >
25
+ <x-backend .form.text-input label =" Tin" type =" text" name =" tin" :value =" $client->tin" >
26
26
</x-backend .form.text-input >
27
27
</div >
28
28
<div class =" col-md-4 col-sm-6" >
29
29
<x-backend .form.text-input label =" Date Of Birth" type =" date" name =" dob"
30
- :value =" $client->dob" required >
30
+ :value =" $client->dob" >
31
31
</x-backend .form.text-input >
32
32
</div >
33
33
<div class =" col-md-4 col-sm-6" >
@@ -40,30 +40,30 @@ class="btn-sm btn-info fw-bold mb-2">Back</x-backend.ui.button>
40
40
</div >
41
41
<div class =" col-md-4 col-sm-6" >
42
42
<x-backend .form.text-input label =" Taxpayer Status" type =" text" name =" taxpayer_status"
43
- :value =" $client->taxpayer_status" required >
43
+ :value =" $client->taxpayer_status" >
44
44
</x-backend .form.text-input >
45
45
</div >
46
46
47
47
<div class =" col-md-4 col-sm-6" >
48
48
<x-backend .form.text-input label =" Father's Name" type =" text" name =" father_name"
49
- :value =" $client->father_name" required >
49
+ :value =" $client->father_name" >
50
50
</x-backend .form.text-input >
51
51
</div >
52
52
53
53
<div class =" col-md-4 col-sm-6" >
54
54
<x-backend .form.text-input label =" Mother's Name" type =" text" name =" mother_name"
55
- :value =" $client->mother_name" required >
55
+ :value =" $client->mother_name" >
56
56
</x-backend .form.text-input >
57
57
</div >
58
58
59
59
<div class =" col-md-4 col-sm-6" >
60
60
<x-backend .form.text-input label =" Company Name" type =" text" name =" company_name"
61
- :value =" $client->company_name" required >
61
+ :value =" $client->company_name" >
62
62
</x-backend .form.text-input >
63
63
</div >
64
64
<div class =" col-md-4 col-sm-6" >
65
65
<x-backend .form.text-input label =" Nature Of Business" type =" text" name =" nature_of_business"
66
- :value =" $client->nature_of_business" required >
66
+ :value =" $client->nature_of_business" >
67
67
</x-backend .form.text-input >
68
68
</div >
69
69
@@ -77,16 +77,16 @@ class="btn-sm btn-info fw-bold mb-2">Back</x-backend.ui.button>
77
77
</div >
78
78
79
79
<div class =" col-md-4 col-sm-4" >
80
- <x-backend .form.text-input label =" Zone" type =" text" name =" zone" :value =" $client->zone" required >
80
+ <x-backend .form.text-input label =" Zone" type =" text" name =" zone" :value =" $client->zone" >
81
81
</x-backend .form.text-input >
82
82
</div >
83
83
<div class =" col-md-4 col-sm-4" >
84
- <x-backend .form.text-input label =" Ref. No." required type =" text" name =" ref_no" :value =" $client->ref_no" >
84
+ <x-backend .form.text-input label =" Ref. No." type =" text" name =" ref_no" required :value =" $client->ref_no" >
85
85
</x-backend .form.text-input >
86
86
</div >
87
87
88
88
<div class =" col-md-4 col-sm-4" >
89
- <x-backend .form.text-input label =" Circle" type =" text" name =" circle" :value =" $client->circle" required >
89
+ <x-backend .form.text-input label =" Circle" type =" text" name =" circle" :value =" $client->circle" >
90
90
</x-backend .form.text-input >
91
91
</div >
92
92
@@ -98,13 +98,13 @@ class="btn-sm btn-info fw-bold mb-2">Back</x-backend.ui.button>
98
98
</x-form .ck-editor >
99
99
</div >
100
100
<div class =" col-md-6 col-lg-4" >
101
- <x-form .text-area label =" Permanent Address" type =" text" name =" permanent_address" required >
101
+ <x-form .text-area label =" Permanent Address" type =" text" name =" permanent_address" >
102
102
{!! $client -> permanent_address ! !}
103
103
</x-form .text-area >
104
104
</div >
105
105
106
106
<div class =" col-md-6 col-lg-4" >
107
- <x-form .text-area label =" Present Address" type =" text" name =" present_address" required >
107
+ <x-form .text-area label =" Present Address" type =" text" name =" present_address" >
108
108
{!! $client -> present_address ! !}
109
109
</x-form .text-area >
110
110
</div >
0 commit comments