@extends('layouts.simple.master') @section('title', 'Bootstrap Border Table') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Bootstrap Border Table

@endsection @section('breadcrumb-items') @endsection @section('content')
Horizontal Borders
Example of horizontal table borders. This is a default table border style attached to .table class.All borders have the same grey color and style, table itself doesn't have a border, but you can add this border using .table-border-horizontalclass added to the table with .tableclass.
# First Name Last Name Username Role Country
1 Alexander Orton @mdorton Admin USA
2 John Deo Deo @johndeo User USA
3 Randy Orton the Bird @twitter admin UK
4 Randy Mark Ottandy @mdothe user AUS
5 Ram Jacob Thornton @twitter admin IND
@endsection @section('script') @endsection