@extends('layout.headersiswa') @section('content')

 / Data Master / 

Data Usaha

Form ubah data usaha
@csrf
@if ($errors->has('nama_usaha')) {{ $errors->first('nama_usaha') }} @endif
@if ($errors->has('tlp')) {{ $errors->first('tlp') }} @endif
@if ($errors->has('alamat')) {{ $errors->first('alamat') }} @endif
Batal
Informasi Usaha


@endsection