Commit de750882 by Juliper

no message

parent 9e883882
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</thead> </thead>
<tbody> <tbody>
@foreach($data as $a) @foreach($data as $a)
<<<<<<< HEAD
<tr class="success"> <tr class="success">
<td>{{$a->no_rekening}}</td> <td>{{$a->no_rekening}}</td>
<td>{{$a->nama}}</td> <td>{{$a->nama}}</td>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</form> </form>
</td> </td>
</tr> </tr>
=======
<tr class="success"> <tr class="success">
<td>{{$a->noRekening}}</td> <td>{{$a->noRekening}}</td>
<td>{{$a->nama}}</td> <td>{{$a->nama}}</td>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</form> </form>
</td> </td>
</tr> </tr>
>>>>>>> a8ef892067bb2541a6a1d4eb6447337239f5d4a0
@endforeach @endforeach
</tbody> </tbody>
</table> </table>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
<!-- /.info-box-content --> <!-- /.info-box-content -->
</div> </div>
<<<<<<< HEAD
<table class="table table-striped"> <table class="table table-striped">
<tr> <tr>
<th>Pengaju</th> <th>Pengaju</th>
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
@endforeach @endforeach
</table> </table>
=======
<!-- /.info-box --> <!-- /.info-box -->
<br> <br>
</div> </div>
...@@ -77,7 +76,7 @@ ...@@ -77,7 +76,7 @@
</tr> </tr>
@endforeach @endforeach
</table> </table>
>>>>>>> a8ef892067bb2541a6a1d4eb6447337239f5d4a0
</div> </div>
</div> </div>
@endsection @endsection
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@endsection @endsection
@section('main-content') @section('main-content')
<<<<<<< HEAD
<div class="container-fluid spark-screen"> <div class="container-fluid spark-screen">
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1"> <div class="col-md-10 col-md-offset-1">
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</a> </a>
</div> </div>
</div> </div>
=======
<div class="container-fluid spark-screen"> <div class="container-fluid spark-screen">
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1"> <div class="col-md-10 col-md-offset-1">
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<td>{{$data->noRekening}}</td> <td>{{$data->noRekening}}</td>
</tr> </tr>
</table> </table>
>>>>>>> a8ef892067bb2541a6a1d4eb6447337239f5d4a0
</div> </div>
</div> </div>
</div> </div>
...@@ -109,4 +109,8 @@ ...@@ -109,4 +109,8 @@
</div> </div>
</div> </div>
</div> </div>
@endsection @endsection
</div>
</div>
</div>
\ No newline at end of file
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
</div> </div>
@endif @endif
<<<<<<< HEAD <form action="{{url('profileupdate/'.$data->id)}}" method="post" enctype="multipart/form-data">
<form action="{{url('profileupdate/'.$data->id)}}" method="post" enctype="multipart/form-data">
<input type="hidden" name="_method" value="PUT"> <input type="hidden" name="_method" value="PUT">
{{csrf_field()}} {{csrf_field()}}
<label>Nama</label> <label>Nama</label>
...@@ -48,7 +47,7 @@ ...@@ -48,7 +47,7 @@
</form> </form>
</div> </div>
</div> </div>
=======
<form action="{{url('profileupdate/'.$data->id)}}" method="post" enctype="multipart/form-data"> <form action="{{url('profileupdate/'.$data->id)}}" method="post" enctype="multipart/form-data">
<input type="hidden" name="_method" value="PUT"> <input type="hidden" name="_method" value="PUT">
{{csrf_field()}} {{csrf_field()}}
...@@ -66,7 +65,7 @@ ...@@ -66,7 +65,7 @@
<input type="file" name="picture" id="picture" class="form-control"><br> <input type="file" name="picture" id="picture" class="form-control"><br>
<div class="form-group" align="right"> <div class="form-group" align="right">
<input type="submit" class="btn btn-primary" value="simpan"> <input type="submit" class="btn btn-primary" value="simpan">
>>>>>>> a8ef892067bb2541a6a1d4eb6447337239f5d4a0
</div> </div>
</form> </form>
</div> </div>
......
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