Table border.

This commit is contained in:
James Cole 2015-03-02 15:45:24 +01:00
parent f0a5756f25
commit 23fc652092

View File

@ -1,7 +1,7 @@
@if(is_object($accounts) && method_exists($accounts, 'render')) @if(is_object($accounts) && method_exists($accounts, 'render'))
{!! $accounts->render() !!} {!! $accounts->render() !!}
@endif @endif
<table class="table table-striped"> <table class="table table-striped table-bordered">
<tr> <tr>
<th>&nbsp;</th> <th>&nbsp;</th>
<th>Name</th> <th>Name</th>