<div class="form-group">
<label for="nama_perusahaan">Nama Perusahaan</label>
<input type="text" name="nama_perusahaan" placeholder="Nama Perusahaan" class="form-control" id="nama_perusahaan" value="{{ old('nama_perusahaan',@$data->nama_perusahaan) }}" required>
@error('nama_perusahaan')
<span class="invalid-feedback show" role="alert">
<strong>{{ $message }}</strong>
</span>
@enderror
</div>
<div class="form-group">
<label for="alamat_perusahaan">Alamat Perusahaan</label>
<input type="text" name="alamat_perusahaan" placeholder="Alamat Perusahaan" class="form-control" id="alamat_perusahaan" value="{{ old('alamat_perusahaan',@$data->alamat_perusahaan) }}" required>
@error('alamat_perusahaan')
<span class="invalid-feedback show" role="alert">
<strong>{{ $message }}</strong>
</span>
@enderror
</div>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]