@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Basic Tables @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Basic Tables @endslot @endcomponent

Basic Table

First Name Last Name Email

Striped Rows

First Name Last Name Email

Bordered Table

First Name Last Name Email

Hover Rows

First Name Last Name Email

Contextual Classes

First Name Last Name Email

Responsive Tables

# First Name Last Name Age City Country
@endsection