Commit 78b74e8e by Palti Sinaga

abc

parent 46ab7b14
......@@ -50,7 +50,7 @@
<a href="{{ url('/password/reset') }}" style="color:#1dc8d9;">{{ trans('adminlte_lang::message.forgotpassword') }}</a><br>
<a href="{{ url('/daftar') }}" class="text-center"style="color:#1dc8d9;">{{ trans('adminlte_lang::message.registermember') }}</a>
<a href="{{ url('/daftar') }}" class="text-center"style="color:#1dc8d9;">Daftar Akun Baru</a>
</div><!-- /.login-box-body -->
......
......@@ -6,12 +6,11 @@
@section('content')
<body class="hold-transition register-page" style="background-image: url(img/danautoba.jpg);">
<body class="hold-transition register-page" style="background-image: url(img/Danau2.jpg); background-size: 100% 130%;
background-repeat:repeat;">
<div id="app">
<div class="register-box" style="box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px, rgba(0, 0, 0, 0.239216) 0px 5px 5px 0px; ">
<div class="register-logo">
<a href="{{ url('/home') }}"><b>SI Booking Homestay</b></a>
</div>
<div class="register-box" >
@if (count($errors) > 0)
<div class="alert alert-danger">
......@@ -25,7 +24,9 @@
@endif
<div class="register-box-body">
<p class="login-box-msg">{{ trans('adminlte_lang::message.registermember') }}</p>
<div class="login-logo">
<a href="{{ url('/home') }}"><img src="img/bulbulhomestay.png" alt=""></a>
</div><!-- /.login-logo -->
<form action="{{ url('/daftar') }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group has-feedback">
......
......@@ -58,16 +58,14 @@
<div class="details agilets w3layouts" style="margin-bottom:0px; margin-top:0px;">
<h2 > Daftar Pesanan di {{$data->nama_homestay}}</h2>
<div class="container">
<table class="table table-hover " style="background-color: white; margin-top:20px; width:700px;">
<table class="table table-hover " style="background-color: white; margin-top:20px;">
<thead>
<tr>
<th style="color:white;"> Tanggal Mulai </th>
<th style="color:white;"> Tanggal Berakhir </th>
<th style="color:white;"> Jumlah Kamar</th>
<th> Tanggal Mulai </th>
<th> Tanggal Berakhir </th>
<th> Jumlah Kamar</th>
</tr>
</thead>
<tbody>
......
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