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

 / Data Master / 

Data Usaha

@foreach($data as $d)



@endforeach
@if ($cek == 1) @else
Form Data Usaha
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@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
@endif
@endsection