Commit e3d483f7 by Juliper
parents b87d7b73 6b54a317
......@@ -3,7 +3,7 @@
{{ trans('adminlte_lang::message.home') }}
@endsection
@section('main-content')
<div class="box box-success">
<div class="box box-success col-md-8">
<div class="box-header with-border">
<h3 class="box-title"> Tambah Pemilik Homestay </h3>
</div>
......@@ -19,8 +19,7 @@
</ul>
</div>
@endif
<div class="register-box-body">
<p class="login-box-msg">{{ trans('adminlte_lang::message.registermember') }}</p>
<div class="register-box-body ">
<form action="{{ url('admin') }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group has-feedback">
......
......@@ -23,7 +23,7 @@
@endif
<br>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="info-box bg-info">
<div class="info-box bg-yellow">
<span class="info-box-icon bg-yellow"><i class="ion ion-ios-people-outline"></i></span>
<div class="info-box-content">
......
......@@ -6,7 +6,7 @@
@section('main-content')
<div class="box box-primary">
<div class="box box-warning">
<div class="box-header with-border">
<h3 class="box-title"> LIST PENGAJUAN </h3>
@if (count($errors) > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment