mirror of
https://github.com/twinpath/app-beta.git
synced 2026-01-27 06:11:52 +07:00
first commit
This commit is contained in:
22
resources/views/pages/tables/basic-tables.blade.php
Normal file
22
resources/views/pages/tables/basic-tables.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<x-common.page-breadcrumb pageTitle="From Elements" />
|
||||
<div class="space-y-6">
|
||||
<x-common.component-card title="Basic Table 1">
|
||||
<x-tables.basic-tables.basic-tables-one />
|
||||
</x-common.component-card>
|
||||
<x-common.component-card title="Basic Table 2">
|
||||
<x-tables.basic-tables.basic-tables-two />
|
||||
</x-common.component-card>
|
||||
<x-common.component-card title="Basic Table 3">
|
||||
<x-tables.basic-tables.basic-tables-three />
|
||||
</x-common.component-card>
|
||||
<x-common.component-card title="Basic Table 4">
|
||||
<x-tables.basic-tables.basic-tables-four />
|
||||
</x-common.component-card>
|
||||
<x-common.component-card title="Basic Table 5">
|
||||
<x-tables.basic-tables.basic-tables-five />
|
||||
</x-common.component-card>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user