diff --git a/database/migrations/2020_01_21_161243_create_example_table.php b/database/migrations/2020_01_21_161243_create_example_table.php deleted file mode 100644 index 3a79d94..0000000 --- a/database/migrations/2020_01_21_161243_create_example_table.php +++ /dev/null @@ -1,34 +0,0 @@ -bigIncrements('id'); - $table->timestamps(); - $table->string('name'); - $table->string('description'); - $table->integer('status_id')->unsigned(); - }); - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::dropIfExists('example'); - } -} diff --git a/database/seeders/EmailSeeder.php b/database/seeders/EmailSeeder.php deleted file mode 100644 index 78cfc8f..0000000 --- a/database/seeders/EmailSeeder.php +++ /dev/null @@ -1,99 +0,0 @@ -insert([ - 'name' => 'Example E-mail', - 'subject' => 'Example E-mail', - 'content' => - ' - - - - - - - Example - - - -
-

Lorem ipsum dolor

-

Ipsum dolor cet emit amet

-

- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -

-

Ipsum dolor cet emit amet

-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. -

-

Ipsum dolor cet emit amet

-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. -

- Lorem ipsum dolor -

Ipsum dolor cet emit amet

-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -

-
- - ', - ]); - } -} diff --git a/database/seeders/ExampleSeeder.php b/database/seeders/ExampleSeeder.php deleted file mode 100644 index 3cde744..0000000 --- a/database/seeders/ExampleSeeder.php +++ /dev/null @@ -1,32 +0,0 @@ -get(); - $statusIds = array(); - foreach($statuses as $status){ - array_push($statusIds, $status->id); - } - for($i=0; $i<25; $i++){ - DB::table('example')->insert([ - 'name' => $faker->sentence(4,true), - 'description' => $faker->paragraph(1,true), - 'status_id' => $statusIds[random_int(0,count($statusIds) - 1)], - ]); - } - } -} diff --git a/resources/views/dashboard/base/breadcrumb.blade.php b/resources/views/dashboard/base/breadcrumb.blade.php deleted file mode 100644 index 3b72e36..0000000 --- a/resources/views/dashboard/base/breadcrumb.blade.php +++ /dev/null @@ -1,45 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Bootstrap Breadcrumb - -
-
- - - - -
-
-
-
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/cards.blade.php b/resources/views/dashboard/base/cards.blade.php deleted file mode 100644 index 84b6c47..0000000 --- a/resources/views/dashboard/base/cards.blade.php +++ /dev/null @@ -1,311 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
- -
-
- -
-
-
Card with icon
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with switch - -
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with labelSuccess
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with label42
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
- -
-
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card outline
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
- -
-
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card with accent
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
- -
-
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
-
-
-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-
Someone famous in - Source Title -
-
-
-
-
- -
- -
-
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card title
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
-
-
- -
-
-
Card actions - -
-
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. -
-
-
- -
- - -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/carousel.blade.php b/resources/views/dashboard/base/carousel.blade.php deleted file mode 100644 index 8ecf52e..0000000 --- a/resources/views/dashboard/base/carousel.blade.php +++ /dev/null @@ -1,95 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Carouselslides only - -
-
- -
-
-
-
Carouselwith controls
-
- -
-
-
-
-
-
Carouselwith indicators
-
- -
-
-
-
Carouselwith captions
-
- -
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/collapse.blade.php b/resources/views/dashboard/base/collapse.blade.php deleted file mode 100644 index a35a159..0000000 --- a/resources/views/dashboard/base/collapse.blade.php +++ /dev/null @@ -1,102 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Collapse - -
-
-

- -

-
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
-
-
-
-
-
Collapsemultiple targets
-
-

- - -

-
-
-
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
-
-
-
-
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
-
-
-
-
-
-
-
-
-
Collapseaccordion
-
-
-
- -
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-
-
-
- -
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-
-
-
- -
-
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-
-
-
-
-
-
-
Collapsecustom accordion
-
-
-
Toggle item -
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium lorem non vestibulum scelerisque. Proin a vestibulum sem, eget tristique massa. Aliquam lacinia rhoncus nibh quis ornare.

-
-
-
-
-

Donec at ipsum dignissim, rutrum turpis scelerisque, tristique lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vivamus nec dui turpis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

-
-
-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/forms.blade.php b/resources/views/dashboard/base/forms.blade.php deleted file mode 100644 index f76945a..0000000 --- a/resources/views/dashboard/base/forms.blade.php +++ /dev/null @@ -1,972 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Credit Card Form
-
-
-
-
- - -
-
-
- -
-
-
- - -
-
-
- -
-
- - -
-
- - -
-
-
- - -
-
-
- -
-
-
- -
-
-
Company Form
-
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
-
- -
- - -
-
-
-
- -
- -
-
-
-
Basic Form Elements
-
-
-
- -
-

Username

-
-
-
- -
- This is a help text -
-
-
- -
- Please enter your email -
-
-
- -
- Please enter a complex password -
-
-
- -
- Please enter a valid date -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
- - -
-
- - -
-
- - -
-
-
-
- -
-
- - -
-
- - -
-
- - -
-
-
-
- -
-
- - -
-
- - -
-
- - -
-
-
-
- -
-
- - -
-
- - -
-
- - -
-
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
Inline Form
-
-
-
- - -
-
- - -
-
-
- -
-
-
-
-
Horizontal Form
-
-
-
- -
- Please enter your email -
-
-
- -
- Please enter your password -
-
-
-
- -
-
-
Normal Form
-
-
-
- - Please enter your email -
-
- - Please enter your password -
-
-
- -
-
-
Input Grid
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
Input Sizes
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
- -
- -
-
-
-
Validation states Form
-
-
- - -
-
- - -
Please provide a valid informations.
-
-
-
-
- -
-
-
Validation was-validated
-
-
- - -
-
- - -
Please provide a valid informations.
-
-
-
-
- -
- -
-
-
-
Icon/Text Groups
-
-
-
-
-
-
- - -
- -
-
-
-
-
-
- -
- - -
-
-
-
-
-
-
-
- - -
- -
.00
-
-
-
-
-
- -
-
-
-
-
Buttons Groups
-
-
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
-
-
- - - -
-
-
-
-
- -
-
-
-
-
Dropdowns Groups
- - -
-
-
-
-
-
-
Use the grid for big devices! .col-lg-* .col-md-* .col-sm-*
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
-
-
-
Input Grid for small devices! .col-*
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
-
-
-
-
-
Example Form
-
-
-
-
-
Username
- -
- - -
-
-
-
-
-
Email
- -
- - -
-
-
-
-
-
Password
- -
- - -
-
-
-
- -
-
-
-
-
-
-
-
Example Form
-
-
-
-
- -
- - -
-
-
-
-
- -
- - -
-
-
-
-
- -
- - -
-
-
-
- -
-
-
-
-
-
-
-
Example Form
-
-
-
-
-
- - -
- -
-
-
-
-
- - -
- -
-
-
-
-
- - -
- -
-
-
- -
-
-
-
-
-
- -
-
-
-
Form Elements
-
-
-
- -
-
-
@
- -
-

Here's some help text

-
-
-
- -
-
- -
.00
-
Here's more help text -
-
-
- -
-
-
$
- -
.00
-
-
-
-
- -
-
- - -
-
-
-
- -
-
- - - -
-
-
-
- - -
-
-
-
-
- -
- -
-
- - -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/jumbotron.blade.php b/resources/views/dashboard/base/jumbotron.blade.php deleted file mode 100644 index d4ae0fa..0000000 --- a/resources/views/dashboard/base/jumbotron.blade.php +++ /dev/null @@ -1,45 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Jumbotron - -
-
-
-

Hello, world!

-

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-
-

It uses utility classes for typography and spacing to space content out within the larger container.

-

Learn more

-
-
-
-
-
-
-
Jumbotronfluid
-
-
-
-

Fluid jumbotron

-

This is a modified jumbotron that occupies the entire horizontal space of its parent.

-
-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/list-group.blade.php b/resources/views/dashboard/base/list-group.blade.php deleted file mode 100644 index 071928c..0000000 --- a/resources/views/dashboard/base/list-group.blade.php +++ /dev/null @@ -1,181 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
List group - -
-
-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Morbi leo risus
  • -
  • Porta ac consectetur ac
  • -
  • Vestibulum at eros
  • -
-
-
-
-
-
-
List groupactive items
-
-
    -
  • Cras justo odio
  • -
  • Dapibus ac facilisis in
  • -
  • Morbi leo risus
  • -
  • Porta ac consectetur ac
  • -
  • Vestibulum at eros
  • -
-
-
-
-
-
- -
-
-
List groupbuttons with disabled items
-
-
- - - - - -
-
-
-
-
-
-
-
-
List groupcontextual classes
-
-
    -
  • Dapibus ac facilisis in
  • -
  • This is a primary list group item
  • -
  • This is a secondary list group item
  • -
  • This is a success list group item
  • -
  • This is a danger list group item
  • -
  • This is a warning list group item
  • -
  • This is a info list group item
  • -
  • This is a light list group item
  • -
  • This is a dark list group item
  • -
-
-
-
- -
- -
-
-
-
List grouptab Javascript plugin
-
-
- -
- -
-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/navs.blade.php b/resources/views/dashboard/base/navs.blade.php deleted file mode 100644 index caba5e9..0000000 --- a/resources/views/dashboard/base/navs.blade.php +++ /dev/null @@ -1,238 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Navs - -
-
- -
- -
- -
- -
-
-
-
-
-
Navsvertical
- -
-
-
-
-
Navsvertical
-
- -
-
-
-
-
-
-
-
Navstabs
-
- -
-
-
-
-
-
Navspills
-
- -
-
-
-
- -
-
-
-
Navswith flex
- -
-
-
-
-
-
-
Navstabs with dropdowns
- -
-
-
-
-
Navspills with dropdowns
- -
-
-
-
-
-
-
Navswith tab JavaScript plugin
-
- -
-
- Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro - synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher - retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip - placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui. -
-
- Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 - labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft - beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad - vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica - VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson - 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester - stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park. -
-
- Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro - fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone - skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings - gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel - fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer - blog stumptown. Pitchfork sustainable tofu synth chambray yr. -
-
-
-
-
- -
-
- Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro - synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher - retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip - placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui. -
-
- Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 - labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft - beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad - vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica - VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson - 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester - stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park. -
-
- Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro - fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone - skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings - gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel - fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer - blog stumptown. Pitchfork sustainable tofu synth chambray yr. -
-
-
-
-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/pagination.blade.php b/resources/views/dashboard/base/pagination.blade.php deleted file mode 100644 index c5baf84..0000000 --- a/resources/views/dashboard/base/pagination.blade.php +++ /dev/null @@ -1,126 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Pagination - -
-
- -
-
-
-
Paginationwith icons
-
- -
-
-
-
Paginationdisabled and active
-
- -
- -
-
-
-
Paginationsizing
-
- -
- -
-
-
-
Paginationalignment
-
- -
- -
- -
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/popovers.blade.php b/resources/views/dashboard/base/popovers.blade.php deleted file mode 100644 index 5bb0a67..0000000 --- a/resources/views/dashboard/base/popovers.blade.php +++ /dev/null @@ -1,35 +0,0 @@ - -@extends('dashboard.base') - -@section('content') - -
-
-
-
Popovers - -
-
- -
- Dismissible - popover -
-
-
-
Popoversdirections
-
- - - - -
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/progress.blade.php b/resources/views/dashboard/base/progress.blade.php deleted file mode 100644 index 0dd0c62..0000000 --- a/resources/views/dashboard/base/progress.blade.php +++ /dev/null @@ -1,114 +0,0 @@ - -@extends('dashboard.base') - -@section('content') - -
-
-
-
Progress - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Progresslabels
-
-
-
25%
-
-
-
75%
-
-
-
-
-
Progressheight
-
-
-
-
-
-
-
-
-
-
-
Progressbackgrounds
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Progressmultiple bars
-
-
-
-
-
-
-
-
-
-
Progressstriped
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Progressanimated
-
-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/scrollspy.blade.php b/resources/views/dashboard/base/scrollspy.blade.php deleted file mode 100644 index d6d98cd..0000000 --- a/resources/views/dashboard/base/scrollspy.blade.php +++ /dev/null @@ -1,91 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Scrollspy - -
-
-
- -
-

@fat

-

Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.

-

@mdo

-

Veniam marfa mustache skateboard, adipisicing fugiat velit pitchfork beard. Freegan beard aliqua cupidatat mcsweeney's vero. Cupidatat four loko nisi, ea helvetica nulla carles. Tattooed cosby sweater food truck, mcsweeney's quis non freegan vinyl. Lo-fi wes anderson +1 sartorial. Carles non aesthetic exercitation quis gentrify. Brooklyn adipisicing craft beer vice keytar deserunt.

-

one

-

Occaecat commodo aliqua delectus. Fap craft beer deserunt skateboard ea. Lomo bicycle rights adipisicing banh mi, velit ea sunt next level locavore single-origin coffee in magna veniam. High life id vinyl, echo park consequat quis aliquip banh mi pitchfork. Vero VHS est adipisicing. Consectetur nisi DIY minim messenger bag. Cred ex in, sustainable delectus consectetur fanny pack iphone.

-

two

-

In incididunt echo park, officia deserunt mcsweeney's proident master cleanse thundercats sapiente veniam. Excepteur VHS elit, proident shoreditch +1 biodiesel laborum craft beer. Single-origin coffee wayfarers irure four loko, cupidatat terry richardson master cleanse. Assumenda you probably haven't heard of them art party fanny pack, tattooed nulla cardigan tempor ad. Proident wolf nesciunt sartorial keffiyeh eu banh mi sustainable. Elit wolf voluptate, lo-fi ea portland before they sold out four loko. Locavore enim nostrud mlkshk brooklyn nesciunt.

-

three

-

Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat.

-

Keytar twee blog, culpa messenger bag marfa whatever delectus food truck. Sapiente synth id assumenda. Locavore sed helvetica cliche irony, thundercats you probably haven't heard of them consequat hoodie gluten-free lo-fi fap aliquip. Labore elit placeat before they sold out, terry richardson proident brunch nesciunt quis cosby sweater pariatur keffiyeh ut helvetica artisan. Cardigan craft beer seitan readymade velit. VHS chambray laboris tempor veniam. Anim mollit minim commodo ullamco thundercats.

-
-
-
-
-
-
Scrollspywith list-group
-
-
- -
-
-

Item 1

-

- Ex consequat commodo adipisicing exercitation aute excepteur occaecat ullamco duis aliqua id magna - ullamco eu. Do aute ipsum ipsum ullamco cillum consectetur ut et aute consectetur labore. Fugiat laborum - incididunt tempor eu consequat enim dolore proident. Qui laborum do non excepteur nulla magna eiusmod - consectetur in. Aliqua et aliqua officia quis et incididunt voluptate non anim reprehenderit adipisicing - dolore ut consequat deserunt mollit dolore. Aliquip nulla enim veniam non fugiat id cupidatat nulla elit - cupidatat commodo velit ut eiusmod cupidatat elit dolore. -

-

Item 2

-

- Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex nulla tempor. Laborum consequat non - elit enim exercitation cillum aliqua consequat id aliqua. Esse ex consectetur mollit voluptate est in duis - laboris ad sit ipsum anim Lorem. Incididunt veniam velit elit elit veniam Lorem aliqua quis ullamco - deserunt sit enim elit aliqua esse irure. Laborum nisi sit est tempor laborum mollit labore officia - laborum excepteur commodo non commodo dolor excepteur commodo. Ipsum fugiat ex est consectetur ipsum - commodo tempor sunt in proident. -

-

Item 3

-

- Quis anim sit do amet fugiat dolor velit sit ea ea do reprehenderit culpa duis. Nostrud aliqua ipsum - fugiat minim proident occaecat excepteur aliquip culpa aute tempor reprehenderit. Deserunt tempor mollit - elit ex pariatur dolore velit fugiat mollit culpa irure ullamco est ex ullamco excepteur. -

-

Item 4

-

- Quis anim sit do amet fugiat dolor velit sit ea ea do reprehenderit culpa duis. Nostrud aliqua ipsum - fugiat minim proident occaecat excepteur aliquip culpa aute tempor reprehenderit. Deserunt tempor mollit - elit ex pariatur dolore velit fugiat mollit culpa irure ullamco est ex ullamco excepteur. -

-
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/switches.blade.php b/resources/views/dashboard/base/switches.blade.php deleted file mode 100644 index e58e26a..0000000 --- a/resources/views/dashboard/base/switches.blade.php +++ /dev/null @@ -1,563 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
3d Switch
-
- - - - - - - - -
-
-
- -
-
-
Switch default
-
- - - - - - -
-
-
- -
-
-
Switch default - pills
-
- - - - - - -
-
-
- -
-
-
Switch outline
-
- - - - - - -
-
-
- -
-
-
Switch outline - pills
-
- - - - - - -
-
-
- -
-
-
Switch outline alternative
-
- - - - - - -
-
-
- -
-
-
Switch outline alternative - pills
-
- - - - - - -
-
-
- -
-
-
Switch with text
-
- - - - - - -
-
-
- -
-
-
Switch with text - pills
-
- - - - - - -
-
-
- -
-
-
Switch with text outline
-
- - - - - - -
-
-
- -
-
-
Switch with text outline - pills
-
- - - - - - -
-
-
- -
-
-
Switch with text outline alternative
-
- - - - - - -
-
-
- -
-
-
Switch with text outline alternative - pills
-
- - - - - - -
-
-
- -
-
-
Switch with icon
-
- - - - - - -
-
-
- -
-
-
Switch with icon - pills
-
- - - - - - -
-
-
- -
-
-
Switch with icon outline
-
- - - - - - -
-
-
- -
-
-
Switch with icon outline - pills
-
- - - - - - -
-
-
- -
-
-
Switch with icon outline alternative
-
- - - - - - -
-
-
- -
-
-
Switch with icon outline alternative - pills
-
- - - - - - -
-
-
- -
-
-
Sizes
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
SizeExampleCSS Class
Large - - Add following class.c-switch-lg
Normal - - -
Small - - Add following class.c-switch-sm
-
-
-
- -
- -
-
- -@endsection - -@section('javascript') - -@endsection diff --git a/resources/views/dashboard/base/tables.blade.php b/resources/views/dashboard/base/tables.blade.php deleted file mode 100644 index 4114389..0000000 --- a/resources/views/dashboard/base/tables.blade.php +++ /dev/null @@ -1,315 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Simple Table
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UsernameDate registeredRoleStatus
Samppa Nori2012/01/01MemberActive
Estavan Lykos2012/02/01StaffBanned
Chetan Mohamed2012/02/01AdminInactive
Derick Maximinus2012/03/01MemberPending
Friderik Dávid2012/01/21StaffActive
- -
-
-
- -
-
-
Striped Table
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UsernameDate registeredRoleStatus
Yiorgos Avraamu2012/01/01MemberActive
Avram Tarasios2012/02/01StaffBanned
Quintin Ed2012/02/01AdminInactive
Enéas Kwadwo2012/03/01MemberPending
Agapetus Tadeáš2012/01/21StaffActive
- -
-
-
- -
- -
-
-
-
Condensed Table
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UsernameDate registeredRoleStatus
Carwyn Fachtna2012/01/01MemberActive
Nehemiah Tatius2012/02/01StaffBanned
Ebbe Gemariah2012/02/01AdminInactive
Eustorgios Amulius2012/03/01MemberPending
Leopold Gáspár2012/01/21StaffActive
- -
-
-
- -
-
-
Bordered Table
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UsernameDate registeredRoleStatus
Pompeius René2012/01/01MemberActive
Paĉjo Jadon2012/02/01StaffBanned
Micheal Mercurius2012/02/01AdminInactive
Ganesha Dubhghall2012/03/01MemberPending
Hiroto Šimun2012/01/21StaffActive
- -
-
-
- -
- -
-
-
-
Combined All Table
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UsernameDate registeredRoleStatus
Vishnu Serghei2012/01/01MemberActive
Zbyněk Phoibos2012/02/01StaffBanned
Einar Randall2012/02/01AdminInactive
Félix Troels2012/03/01MemberPending
Aulus Agmundr2012/01/21StaffActive
- -
-
-
- -
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/tabs.blade.php b/resources/views/dashboard/base/tabs.blade.php deleted file mode 100644 index 6f7a19d..0000000 --- a/resources/views/dashboard/base/tabs.blade.php +++ /dev/null @@ -1,145 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
- -
- -
- -
- -
-
-
- -
- -
- -
- -
- -
-
1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- -
- -
-
1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- -
- -
-
1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
- -
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/base/tooltips.blade.php b/resources/views/dashboard/base/tooltips.blade.php deleted file mode 100644 index 23706c3..0000000 --- a/resources/views/dashboard/base/tooltips.blade.php +++ /dev/null @@ -1,32 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Tooltips - -
-
-

Hover over the links below to see tooltips:

-
-

Tight pants next level keffiyehyou probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparelhave a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisanwhatever keytar, scenester farm-to-table banksy Austintwitter handle freegan cred raw denim single-origin coffee viral.

-
-
- -
-
-
- -@endsection - -@section('javascript') - -@endsection diff --git a/resources/views/dashboard/buttons/brand-buttons.blade.php b/resources/views/dashboard/buttons/brand-buttons.blade.php deleted file mode 100644 index 72f01ea..0000000 --- a/resources/views/dashboard/buttons/brand-buttons.blade.php +++ /dev/null @@ -1,566 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
- -
-
-
-
-
Brand Buttons
-
-
Size SmallAdd this class.btn-sm
-

- - - - - - - - - - - - - - - - - -

-
Size Normal
-

- - - - - - - - - - - - - - - - - -

-
Size LargeAdd this class.btn-lg
-

- - - - - - - - - - - - - - - - - -

-
-
-
- -
-
-
Brand Buttons Only icons
-
-
Size SmallAdd this class.btn-sm
-

- - - - - - - - - - - - - - - - - -

-
Size Normal
-

- - - - - - - - - - - - - - - - - -

-
Size LargeAdd this class.btn-lg
-

- - - - - - - - - - - - - - - - - -

-
-
-
- -
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/buttons/button-group.blade.php b/resources/views/dashboard/buttons/button-group.blade.php deleted file mode 100644 index fbcad5d..0000000 --- a/resources/views/dashboard/buttons/button-group.blade.php +++ /dev/null @@ -1,156 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Button group - -
-
-
- - - -
-
-
-
-
Button grouptoolbar
-
- - - -
-
-
-
-
-
Button groupsizing
-
-
- - - -

-
- - - -

-
- - - -
-
-
-
-
Button groupnesting
-
-
- - - -
-
-
-
-
-
-
-
-
Button groupvertical variation
-
-
- - - - - - -
-
-
-
-
-
-
Button groupvertical variation
-
-
- - - - - - - - -
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/buttons/buttons.blade.php b/resources/views/dashboard/buttons/buttons.blade.php deleted file mode 100644 index b034fdb..0000000 --- a/resources/views/dashboard/buttons/buttons.blade.php +++ /dev/null @@ -1,617 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Standard Buttons
-
-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Active State
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Disabled
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
Outline Buttons
-
-

Use.btn-outline-* class for outline buttons.

-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
Active State
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
Disabled
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
Ghost Buttons
-
-

Use.btn-ghost-* class for ghost buttons.

-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
Active State
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
Disabled
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
Square Buttons
-
-

Use.btn-square class for square buttons.

-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Active State
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Disabled
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
Pill Buttons
-
-

Use.btn-pill class for pill buttons.

-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Active State
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Disabled
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
Sizes
-
-

Fancy larger or smaller buttons? Add.btn-lg or.btn-sm for additional sizes.

-
-
Small add.btn-sm
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Normal
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
Large add.btn-lg.
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
With Icons
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
-
Block Level Buttons
-
-

Add this class.btn-block

- - - - - - - -
-
-
- -
-
-
Block Level Buttons
-
-

Add this class.btn-block

- - - - - - -
-
-
- -
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/buttons/dropdowns.blade.php b/resources/views/dashboard/buttons/dropdowns.blade.php deleted file mode 100644 index fe11b4b..0000000 --- a/resources/views/dashboard/buttons/dropdowns.blade.php +++ /dev/null @@ -1,254 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Dropdowns - -
-
- -
- - - - - - - - - - - - -
-
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - -
- - -
- -
-
-
-
-
-
-
-
Menus
-
- -
-
- - -
-
- -
- -
- -
- -
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/charts.blade.php b/resources/views/dashboard/charts.blade.php deleted file mode 100644 index 57eff43..0000000 --- a/resources/views/dashboard/charts.blade.php +++ /dev/null @@ -1,79 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
Line Chart - -
-
-
- -
-
-
-
-
Bar Chart - -
-
-
- -
-
-
-
-
Doughnut Chart - -
-
-
- -
-
-
-
-
Radar Chart - -
-
-
- -
-
-
-
-
Pie Chart - -
-
-
- -
-
-
-
-
Polar Area Chart - -
-
-
- -
-
-
-
-
-
- -@endsection - -@section('javascript') - - - - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/colors.blade.php b/resources/views/dashboard/colors.blade.php deleted file mode 100644 index 5bf113b..0000000 --- a/resources/views/dashboard/colors.blade.php +++ /dev/null @@ -1,98 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Theme colors
-
-
-
-
-
Brand Primary Color
-
-
-
-
Brand Secondary Color
-
-
-
-
Brand Success Color
-
-
-
-
Brand Danger Color
-
-
-
-
Brand Warning Color
-
-
-
-
Brand Info Color
-
-
-
-
Brand Light Color
-
-
-
-
Brand Dark Color
-
-
-
-
-
-
Grays
-
-
-
-
-
Gray 100 Color
-
-
-
-
Gray 200 Color
-
-
-
-
Gray 300 Color
-
-
-
-
Gray 400 Color
-
-
-
-
Gray 500 Color
-
-
-
-
Gray 600 Color
-
-
-
-
Gray 700 Color
-
-
-
-
Gray 800 Color
-
-
-
-
Gray 900 Color
-
-
-
-
-
-
- -@endsection - - -@section('javascript') - -@endsection - diff --git a/resources/views/dashboard/errorBase.blade.php b/resources/views/dashboard/errorBase.blade.php deleted file mode 100644 index edb2149..0000000 --- a/resources/views/dashboard/errorBase.blade.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - CoreUI Free Bootstrap Admin Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @yield('content') - - - - - @yield('javascript') - - - \ No newline at end of file diff --git a/resources/views/dashboard/icons/brands.blade.php b/resources/views/dashboard/icons/brands.blade.php deleted file mode 100644 index a92f436..0000000 --- a/resources/views/dashboard/icons/brands.blade.php +++ /dev/null @@ -1,2518 +0,0 @@ -@extends('dashboard.base') - -@section('css') - - - -@endsection; - - -@section('content') - -
-
-
-
CoreUI Icons - -
-
-
-
-
cib-500px
-
-
-
cib-500px-5
-
-
-
cib-about-me
-
-
-
cib-abstract
-
-
-
cib-acm
-
-
-
cib-addthis
-
-
-
cib-adguard
-
-
-
cib-adobe
-
-
-
cib-adobe-acrobat-reader
-
-
-
cib-adobe-aftere-ffects
-
-
-
cib-adobe-audition
-
-
-
cib-adobe-creative-cloud
-
-
-
cib-adobe-dreamweaver
-
-
-
cib-adobe-illustrator
-
-
-
cib-adobe-indesign
-
-
-
cib-adobe-lightroom
-
-
-
cib-adobe-lightroom-classic
-
-
-
cib-adobe-photoshop
-
-
-
cib-adobe-premiere
-
-
-
cib-adobe-typekit
-
-
-
cib-adobe-xd
-
-
-
cib-airbnb
-
-
-
cib-algolia
-
-
-
cib-alipay
-
-
-
cib-allocine
-
-
-
cib-amazon
-
-
-
cib-amazon-aws
-
-
-
cib-amazon-pay
-
-
-
cib-amd
-
-
-
cib-american-express
-
-
-
cib-anaconda
-
-
-
cib-analogue
-
-
-
cib-android
-
-
-
cib-android-alt
-
-
-
cib-angellist
-
-
-
cib-angular
-
-
-
cib-angular-universal
-
-
-
cib-ansible
-
-
-
cib-apache
-
-
-
cib-apache-airflow
-
-
-
cib-apache-flink
-
-
-
cib-apache-spark
-
-
-
cib-app-store
-
-
-
cib-app-store-ios
-
-
-
cib-apple
-
-
-
cib-apple-music
-
-
-
cib-apple-pay
-
-
-
cib-apple-podcasts
-
-
-
cib-appveyor
-
-
-
cib-aral
-
-
-
cib-arch-linux
-
-
-
cib-archive-of-our-own
-
-
-
cib-arduino
-
-
-
cib-artstation
-
-
-
cib-arxiv
-
-
-
cib-asana
-
-
-
cib-at-and-t
-
-
-
cib-atlassian
-
-
-
cib-atom
-
-
-
cib-audible
-
-
-
cib-aurelia
-
-
-
cib-auth0
-
-
-
cib-automatic
-
-
-
cib-autotask
-
-
-
cib-aventrix
-
-
-
cib-azure-artifacts
-
-
-
cib-azure-devops
-
-
-
cib-azure-pipelines
-
-
-
cib-babel
-
-
-
cib-baidu
-
-
-
cib-bamboo
-
-
-
cib-bancontact
-
-
-
cib-bandcamp
-
-
-
cib-basecamp
-
-
-
cib-bathasu
-
-
-
cib-behance
-
-
-
cib-big-cartel
-
-
-
cib-bing
-
-
-
cib-bit
-
-
-
cib-bitbucket
-
-
-
cib-bitcoin
-
-
-
cib-bitdefender
-
-
-
cib-bitly
-
-
-
cib-blackberry
-
-
-
cib-blender
-
-
-
cib-blogger
-
-
-
cib-blogger-b
-
-
-
cib-bluetooth
-
-
-
cib-bluetooth-b
-
-
-
cib-boeing
-
-
-
cib-boost
-
-
-
cib-bootstrap
-
-
-
cib-bower
-
-
-
cib-brand-ai
-
-
-
cib-brave
-
-
-
cib-btc
-
-
-
cib-buddy
-
-
-
cib-buffer
-
-
-
cib-buy-me-a-coffee
-
-
-
cib-buysellads
-
-
-
cib-buzzfeed
-
-
-
cib-c
-
-
-
cib-cakephp
-
-
-
cib-campaign-monitor
-
-
-
cib-canva
-
-
-
cib-cashapp
-
-
-
cib-cassandra
-
-
-
cib-castro
-
-
-
cib-cc-amazon-pay
-
-
-
cib-cc-amex
-
-
-
cib-cc-apple-pay
-
-
-
cib-cc-diners-club
-
-
-
cib-cc-discover
-
-
-
cib-cc-jcb
-
-
-
cib-cc-mastercard
-
-
-
cib-cc-paypal
-
-
-
cib-cc-stripe
-
-
-
cib-cc-visa
-
-
-
cib-centos
-
-
-
cib-cevo
-
-
-
cib-chase
-
-
-
cib-chef
-
-
-
cib-chromecast
-
-
-
cib-circle
-
-
-
cib-circleci
-
-
-
cib-cirrusci
-
-
-
cib-cisco
-
-
-
cib-civicrm
-
-
-
cib-clockify
-
-
-
cib-clojure
-
-
-
cib-cloudbees
-
-
-
cib-cloudflare
-
-
-
cib-cmake
-
-
-
cib-co-op
-
-
-
cib-codacy
-
-
-
cib-code-climate
-
-
-
cib-codecademy
-
-
-
cib-codecov
-
-
-
cib-codeigniter
-
-
-
cib-codepen
-
-
-
cib-coderwall
-
-
-
cib-codesandbox
-
-
-
cib-codeship
-
-
-
cib-codewars
-
-
-
cib-codio
-
-
-
cib-coffeescript
-
-
-
cib-common-workflow-language
-
-
-
cib-composer
-
-
-
cib-conda-forge
-
-
-
cib-conekta
-
-
-
cib-confluence
-
-
-
cib-coreui
-
-
-
cib-coreui-c
-
-
-
cib-coursera
-
-
-
cib-coveralls
-
-
-
cib-cpanel
-
-
-
cib-cplusplus
-
-
-
cib-creative-commons
-
-
-
cib-creative-commons-by
-
-
-
cib-creative-commons-nc
-
-
-
cib-creative-commons-nc-eu
-
-
-
cib-creative-commons-nc-jp
-
-
-
cib-creative-commons-nd
-
-
-
cib-creative-commons-pd
-
-
-
cib-creative-commons-pd-alt
-
-
-
cib-creative-commons-remix
-
-
-
cib-creative-commons-sa
-
-
-
cib-creative-commons-sampling
-
-
-
cib-creative-commons-sampling-plus
-
-
-
cib-creative-commons-share
-
-
-
cib-creative-commons-zero
-
-
-
cib-crunchbase
-
-
-
cib-crunchyroll
-
-
-
cib-css3
-
-
-
cib-css3-shiled
-
-
-
cib-csswizardry
-
-
-
cib-d3-js
-
-
-
cib-dailymotion
-
-
-
cib-dashlane
-
-
-
cib-dazn
-
-
-
cib-dblp
-
-
-
cib-debian
-
-
-
cib-deepin
-
-
-
cib-deezer
-
-
-
cib-delicious
-
-
-
cib-dell
-
-
-
cib-deno
-
-
-
cib-dependabot
-
-
-
cib-designer-news
-
-
-
cib-dev-to
-
-
-
cib-deviantart
-
-
-
cib-devrant
-
-
-
cib-diaspora
-
-
-
cib-digg
-
-
-
cib-digital-ocean
-
-
-
cib-discord
-
-
-
cib-discourse
-
-
-
cib-discover
-
-
-
cib-disqus
-
-
-
cib-disroot
-
-
-
cib-django
-
-
-
cib-docker
-
-
-
cib-docusign
-
-
-
cib-dot-net
-
-
-
cib-draugiem-lv
-
-
-
cib-dribbble
-
-
-
cib-drone
-
-
-
cib-dropbox
-
-
-
cib-drupal
-
-
-
cib-dtube
-
-
-
cib-duckduckgo
-
-
-
cib-dynatrace
-
-
-
cib-ebay
-
-
-
cib-eclipseide
-
-
-
cib-elastic
-
-
-
cib-elastic-cloud
-
-
-
cib-elastic-search
-
-
-
cib-elastic-stack
-
-
-
cib-electron
-
-
-
cib-elementary
-
-
-
cib-eleventy
-
-
-
cib-ello
-
-
-
cib-elsevier
-
-
-
cib-emlakjet
-
-
-
cib-empirekred
-
-
-
cib-envato
-
-
-
cib-epic-games
-
-
-
cib-epson
-
-
-
cib-esea
-
-
-
cib-eslint
-
-
-
cib-ethereum
-
-
-
cib-etsy
-
-
-
cib-event-store
-
-
-
cib-eventbrite
-
-
-
cib-evernote
-
-
-
cib-everplaces
-
-
-
cib-evry
-
-
-
cib-exercism
-
-
-
cib-experts-exchange
-
-
-
cib-expo
-
-
-
cib-eyeem
-
-
-
cib-f-secure
-
-
-
cib-facebook
-
-
-
cib-facebook-f
-
-
-
cib-faceit
-
-
-
cib-fandango
-
-
-
cib-favro
-
-
-
cib-feathub
-
-
-
cib-fedex
-
-
-
cib-fedora
-
-
-
cib-feedly
-
-
-
cib-fido-alliance
-
-
-
cib-figma
-
-
-
cib-filezilla
-
-
-
cib-firebase
-
-
-
cib-fitbit
-
-
-
cib-flask
-
-
-
cib-flattr
-
-
-
cib-flickr
-
-
-
cib-flipboard
-
-
-
cib-flutter
-
-
-
cib-fnac
-
-
-
cib-foursquare
-
-
-
cib-framer
-
-
-
cib-freebsd
-
-
-
cib-freecodecamp
-
-
-
cib-fur-affinity
-
-
-
cib-furry-network
-
-
-
cib-garmin
-
-
-
cib-gatsby
-
-
-
cib-gauges
-
-
-
cib-genius
-
-
-
cib-gentoo
-
-
-
cib-geocaching
-
-
-
cib-gerrit
-
-
-
cib-gg
-
-
-
cib-ghost
-
-
-
cib-gimp
-
-
-
cib-git
-
-
-
cib-gitea
-
-
-
cib-github
-
-
-
cib-gitkraken
-
-
-
cib-gitlab
-
-
-
cib-gitpod
-
-
-
cib-gitter
-
-
-
cib-glassdoor
-
-
-
cib-glitch
-
-
-
cib-gmail
-
-
-
cib-gnu
-
-
-
cib-gnu-privacy-guard
-
-
-
cib-gnu-social
-
-
-
cib-go
-
-
-
cib-godot-engine
-
-
-
cib-gog-com
-
-
-
cib-goldenline
-
-
-
cib-goodreads
-
-
-
cib-google
-
-
-
cib-google-ads
-
-
-
cib-google-allo
-
-
-
cib-google-analytics
-
-
-
cib-google-chrome
-
-
-
cib-google-cloud
-
-
-
cib-google-keep
-
-
-
cib-google-pay
-
-
-
cib-google-play
-
-
-
cib-google-podcasts
-
-
-
cib-googles-cholar
-
-
-
cib-gov-uk
-
-
-
cib-gradle
-
-
-
cib-grafana
-
-
-
cib-graphcool
-
-
-
cib-graphql
-
-
-
cib-grav
-
-
-
cib-gravatar
-
-
-
cib-greenkeeper
-
-
-
cib-greensock
-
-
-
cib-groovy
-
-
-
cib-groupon
-
-
-
cib-grunt
-
-
-
cib-gulp
-
-
-
cib-gumroad
-
-
-
cib-gumtree
-
-
-
cib-habr
-
-
-
cib-hackaday
-
-
-
cib-hackerearth
-
-
-
cib-hackerone
-
-
-
cib-hackerrank
-
-
-
cib-hackhands
-
-
-
cib-hackster
-
-
-
cib-happycow
-
-
-
cib-hashnode
-
-
-
cib-haskell
-
-
-
cib-hatena-bookmark
-
-
-
cib-haxe
-
-
-
cib-helm
-
-
-
cib-here
-
-
-
cib-heroku
-
-
-
cib-hexo
-
-
-
cib-highly
-
-
-
cib-hipchat
-
-
-
cib-hitachi
-
-
-
cib-hockeyapp
-
-
-
cib-homify
-
-
-
cib-hootsuite
-
-
-
cib-hotjar
-
-
-
cib-houzz
-
-
-
cib-hp
-
-
-
cib-html5
-
-
-
cib-html5-shield
-
-
-
cib-htmlacademy
-
-
-
cib-huawei
-
-
-
cib-hubspot
-
-
-
cib-hulu
-
-
-
cib-humble-bundle
-
-
-
cib-iata
-
-
-
cib-ibm
-
-
-
cib-icloud
-
-
-
cib-iconjar
-
-
-
cib-icq
-
-
-
cib-ideal
-
-
-
cib-ifixit
-
-
-
cib-imdb
-
-
-
cib-indeed
-
-
-
cib-inkscape
-
-
-
cib-instacart
-
-
-
cib-instagram
-
-
-
cib-instapaper
-
-
-
cib-intel
-
-
-
cib-intellijidea
-
-
-
cib-intercom
-
-
-
cib-internet-explorer
-
-
-
cib-invision
-
-
-
cib-ionic
-
-
-
cib-issuu
-
-
-
cib-itch-io
-
-
-
cib-jabber
-
-
-
cib-java
-
-
-
cib-javascript
-
-
-
cib-jekyll
-
-
-
cib-jenkins
-
-
-
cib-jest
-
-
-
cib-jet
-
-
-
cib-jetbrains
-
-
-
cib-jira
-
-
-
cib-joomla
-
-
-
cib-jquery
-
-
-
cib-js
-
-
-
cib-jsdelivr
-
-
-
cib-jsfiddle
-
-
-
cib-json
-
-
-
cib-jupyter
-
-
-
cib-justgiving
-
-
-
cib-kaggle
-
-
-
cib-kaios
-
-
-
cib-kaspersky
-
-
-
cib-kentico
-
-
-
cib-keras
-
-
-
cib-keybase
-
-
-
cib-keycdn
-
-
-
cib-khan-academy
-
-
-
cib-kibana
-
-
-
cib-kickstarter
-
-
-
cib-kik
-
-
-
cib-kirby
-
-
-
cib-klout
-
-
-
cib-known
-
-
-
cib-ko-fi
-
-
-
cib-kodi
-
-
-
cib-koding
-
-
-
cib-kotlin
-
-
-
cib-krita
-
-
-
cib-kubernetes
-
-
-
cib-lanyrd
-
-
-
cib-laravel
-
-
-
cib-laravel-horizon
-
-
-
cib-laravel-nova
-
-
-
cib-last-fm
-
-
-
cib-latex
-
-
-
cib-launchpad
-
-
-
cib-leetcode
-
-
-
cib-lenovo
-
-
-
cib-less
-
-
-
cib-lets-encrypt
-
-
-
cib-letterboxd
-
-
-
cib-lgtm
-
-
-
cib-liberapay
-
-
-
cib-librarything
-
-
-
cib-libreoffice
-
-
-
cib-line
-
-
-
cib-linkedin
-
-
-
cib-linkedin-in
-
-
-
cib-linux
-
-
-
cib-linux-foundation
-
-
-
cib-linux-mint
-
-
-
cib-livejournal
-
-
-
cib-livestream
-
-
-
cib-logstash
-
-
-
cib-lua
-
-
-
cib-lumen
-
-
-
cib-lyft
-
-
-
cib-macys
-
-
-
cib-magento
-
-
-
cib-magisk
-
-
-
cib-mail-ru
-
-
-
cib-mailchimp
-
-
-
cib-makerbot
-
-
-
cib-manjaro
-
-
-
cib-markdown
-
-
-
cib-marketo
-
-
-
cib-mastercard
-
-
-
cib-mastodon
-
-
-
cib-material-design
-
-
-
cib-mathworks
-
-
-
cib-matrix
-
-
-
cib-mattermost
-
-
-
cib-matternet
-
-
-
cib-maxcdn
-
-
-
cib-mcafee
-
-
-
cib-media-temple
-
-
-
cib-mediafire
-
-
-
cib-medium
-
-
-
cib-medium-m
-
-
-
cib-meetup
-
-
-
cib-mega
-
-
-
cib-mendeley
-
-
-
cib-messenger
-
-
-
cib-meteor
-
-
-
cib-micro-blog
-
-
-
cib-microgenetics
-
-
-
cib-microsoft
-
-
-
cib-microsoft-edge
-
-
-
cib-minetest
-
-
-
cib-minutemailer
-
-
-
cib-mix
-
-
-
cib-mixcloud
-
-
-
cib-mixer
-
-
-
cib-mojang
-
-
-
cib-monero
-
-
-
cib-mongodb
-
-
-
cib-monkeytie
-
-
-
cib-monogram
-
-
-
cib-monzo
-
-
-
cib-moo
-
-
-
cib-mozilla
-
-
-
cib-mozilla-firefox
-
-
-
cib-musescore
-
-
-
cib-mxlinux
-
-
-
cib-myspace
-
-
-
cib-mysql
-
-
-
cib-nativescript
-
-
-
cib-nec
-
-
-
cib-neo4j
-
-
-
cib-netflix
-
-
-
cib-netlify
-
-
-
cib-next-js
-
-
-
cib-nextcloud
-
-
-
cib-nextdoor
-
-
-
cib-nginx
-
-
-
cib-nim
-
-
-
cib-nintendo
-
-
-
cib-nintendo-3ds
-
-
-
cib-nintendo-gamecube
-
-
-
cib-nintendo-switch
-
-
-
cib-node-js
-
-
-
cib-node-red
-
-
-
cib-nodemon
-
-
-
cib-nokia
-
-
-
cib-notion
-
-
-
cib-npm
-
-
-
cib-nucleo
-
-
-
cib-nuget
-
-
-
cib-nuxt-js
-
-
-
cib-nvidia
-
-
-
cib-ocaml
-
-
-
cib-octave
-
-
-
cib-octopus-deploy
-
-
-
cib-oculus
-
-
-
cib-odnoklassniki
-
-
-
cib-open-access
-
-
-
cib-open-collective
-
-
-
cib-open-id
-
-
-
cib-open-source-initiative
-
-
-
cib-openstreetmap
-
-
-
cib-opensuse
-
-
-
cib-openvpn
-
-
-
cib-opera
-
-
-
cib-opsgenie
-
-
-
cib-oracle
-
-
-
cib-orcid
-
-
-
cib-origin
-
-
-
cib-osi
-
-
-
cib-osmc
-
-
-
cib-overcast
-
-
-
cib-overleaf
-
-
-
cib-ovh
-
-
-
cib-pagekit
-
-
-
cib-palantir
-
-
-
cib-pandora
-
-
-
cib-pantheon
-
-
-
cib-patreon
-
-
-
cib-paypal
-
-
-
cib-periscope
-
-
-
cib-php
-
-
-
cib-picarto-tv
-
-
-
cib-pinboard
-
-
-
cib-pingdom
-
-
-
cib-pingup
-
-
-
cib-pinterest
-
-
-
cib-pinterest-p
-
-
-
cib-pivotaltracker
-
-
-
cib-plangrid
-
-
-
cib-player-me
-
-
-
cib-playerfm
-
-
-
cib-playstation
-
-
-
cib-playstation3
-
-
-
cib-playstation4
-
-
-
cib-plesk
-
-
-
cib-plex
-
-
-
cib-pluralsight
-
-
-
cib-plurk
-
-
-
cib-pocket
-
-
-
cib-postgresql
-
-
-
cib-postman
-
-
-
cib-postwoman
-
-
-
cib-powershell
-
-
-
cib-prettier
-
-
-
cib-prismic
-
-
-
cib-probot
-
-
-
cib-processwire
-
-
-
cib-product-hunt
-
-
-
cib-proto-io
-
-
-
cib-protonmail
-
-
-
cib-proxmox
-
-
-
cib-pypi
-
-
-
cib-python
-
-
-
cib-pytorch
-
-
-
cib-qgis
-
-
-
cib-qiita
-
-
-
cib-qq
-
-
-
cib-qualcomm
-
-
-
cib-quantcast
-
-
-
cib-quantopian
-
-
-
cib-quarkus
-
-
-
cib-quora
-
-
-
cib-qwiklabs
-
-
-
cib-qzone
-
-
-
cib-r
-
-
-
cib-radiopublic
-
-
-
cib-rails
-
-
-
cib-raspberry-pi
-
-
-
cib-react
-
-
-
cib-read-the-docs
-
-
-
cib-readme
-
-
-
cib-realm
-
-
-
cib-reason
-
-
-
cib-redbubble
-
-
-
cib-reddit
-
-
-
cib-reddit-alt
-
-
-
cib-redhat
-
-
-
cib-redis
-
-
-
cib-redux
-
-
-
cib-renren
-
-
-
cib-reverbnation
-
-
-
cib-riot
-
-
-
cib-ripple
-
-
-
cib-riseup
-
-
-
cib-rollup-js
-
-
-
cib-roots
-
-
-
cib-roundcube
-
-
-
cib-rss
-
-
-
cib-rstudio
-
-
-
cib-ruby
-
-
-
cib-rubygems
-
-
-
cib-runkeeper
-
-
-
cib-rust
-
-
-
cib-safari
-
-
-
cib-sahibinden
-
-
-
cib-salesforce
-
-
-
cib-saltstack
-
-
-
cib-samsung
-
-
-
cib-samsung-pay
-
-
-
cib-sap
-
-
-
cib-sass
-
-
-
cib-sass-alt
-
-
-
cib-saucelabs
-
-
-
cib-scala
-
-
-
cib-scaleway
-
-
-
cib-scribd
-
-
-
cib-scrutinizerci
-
-
-
cib-seagate
-
-
-
cib-sega
-
-
-
cib-sellfy
-
-
-
cib-semaphoreci
-
-
-
cib-sensu
-
-
-
cib-sentry
-
-
-
cib-server-fault
-
-
-
cib-shazam
-
-
-
cib-shell
-
-
-
cib-shopify
-
-
-
cib-showpad
-
-
-
cib-siemens
-
-
-
cib-signal
-
-
-
cib-sina-weibo
-
-
-
cib-sitepoint
-
-
-
cib-sketch
-
-
-
cib-skillshare
-
-
-
cib-skyliner
-
-
-
cib-skype
-
-
-
cib-slack
-
-
-
cib-slashdot
-
-
-
cib-slickpic
-
-
-
cib-slides
-
-
-
cib-slideshare
-
-
-
cib-smashingmagazine
-
-
-
cib-snapchat
-
-
-
cib-snapcraft
-
-
-
cib-snyk
-
-
-
cib-society6
-
-
-
cib-socket-io
-
-
-
cib-sogou
-
-
-
cib-solus
-
-
-
cib-songkick
-
-
-
cib-sonos
-
-
-
cib-soundcloud
-
-
-
cib-sourceforge
-
-
-
cib-sourcegraph
-
-
-
cib-spacemacs
-
-
-
cib-spacex
-
-
-
cib-sparkfun
-
-
-
cib-sparkpost
-
-
-
cib-spdx
-
-
-
cib-speaker-deck
-
-
-
cib-spectrum
-
-
-
cib-spotify
-
-
-
cib-spotlight
-
-
-
cib-spreaker
-
-
-
cib-spring
-
-
-
cib-sprint
-
-
-
cib-squarespace
-
-
-
cib-stackbit
-
-
-
cib-stackexchange
-
-
-
cib-stackoverflow
-
-
-
cib-stackpath
-
-
-
cib-stackshare
-
-
-
cib-stadia
-
-
-
cib-statamic
-
-
-
cib-staticman
-
-
-
cib-statuspage
-
-
-
cib-steam
-
-
-
cib-steem
-
-
-
cib-steemit
-
-
-
cib-stitcher
-
-
-
cib-storify
-
-
-
cib-storybook
-
-
-
cib-strapi
-
-
-
cib-strava
-
-
-
cib-stripe
-
-
-
cib-stripe-s
-
-
-
cib-stubhub
-
-
-
cib-stumbleupon
-
-
-
cib-styleshare
-
-
-
cib-stylus
-
-
-
cib-sublime-text
-
-
-
cib-subversion
-
-
-
cib-superuser
-
-
-
cib-svelte
-
-
-
cib-svg
-
-
-
cib-swagger
-
-
-
cib-swarm
-
-
-
cib-swift
-
-
-
cib-symantec
-
-
-
cib-symfony
-
-
-
cib-synology
-
-
-
cib-t-mobile
-
-
-
cib-tableau
-
-
-
cib-tails
-
-
-
cib-tapas
-
-
-
cib-teamviewer
-
-
-
cib-ted
-
-
-
cib-teespring
-
-
-
cib-telegram
-
-
-
cib-telegram-plane
-
-
-
cib-tencent-qq
-
-
-
cib-tencent-weibo
-
-
-
cib-tensorflow
-
-
-
cib-terraform
-
-
-
cib-tesla
-
-
-
cib-the-mighty
-
-
-
cib-the-movie-database
-
-
-
cib-tidal
-
-
-
cib-tiktok
-
-
-
cib-tinder
-
-
-
cib-todoist
-
-
-
cib-toggl
-
-
-
cib-topcoder
-
-
-
cib-toptal
-
-
-
cib-tor
-
-
-
cib-toshiba
-
-
-
cib-trainerroad
-
-
-
cib-trakt
-
-
-
cib-travisci
-
-
-
cib-treehouse
-
-
-
cib-trello
-
-
-
cib-tripadvisor
-
-
-
cib-trulia
-
-
-
cib-tumblr
-
-
-
cib-twilio
-
-
-
cib-twitch
-
-
-
cib-twitter
-
-
-
cib-twoo
-
-
-
cib-typescript
-
-
-
cib-typo3
-
-
-
cib-uber
-
-
-
cib-ubisoft
-
-
-
cib-ublock-origin
-
-
-
cib-ubuntu
-
-
-
cib-udacity
-
-
-
cib-udemy
-
-
-
cib-uikit
-
-
-
cib-umbraco
-
-
-
cib-unity
-
-
-
cib-unreal-engine
-
-
-
cib-unsplash
-
-
-
cib-untappd
-
-
-
cib-upwork
-
-
-
cib-usb
-
-
-
cib-v8
-
-
-
cib-vagrant
-
-
-
cib-venmo
-
-
-
cib-verizon
-
-
-
cib-viadeo
-
-
-
cib-viber
-
-
-
cib-vim
-
-
-
cib-vimeo
-
-
-
cib-vimeo-v
-
-
-
cib-vine
-
-
-
cib-virb
-
-
-
cib-visa
-
-
-
cib-visual-studio
-
-
-
cib-visual-studio-code
-
-
-
cib-vk
-
-
-
cib-vlc
-
-
-
cib-vsco
-
-
-
cib-vue-js
-
-
-
cib-wattpad
-
-
-
cib-weasyl
-
-
-
cib-webcomponents-org
-
-
-
cib-webpack
-
-
-
cib-webstorm
-
-
-
cib-wechat
-
-
-
cib-whatsapp
-
-
-
cib-when-i-work
-
-
-
cib-wii
-
-
-
cib-wiiu
-
-
-
cib-wikipedia
-
-
-
cib-windows
-
-
-
cib-wire
-
-
-
cib-wireguard
-
-
-
cib-wix
-
-
-
cib-wolfram
-
-
-
cib-wolfram-language
-
-
-
cib-wolfram-mathematica
-
-
-
cib-wordpress
-
-
-
cib-wpengine
-
-
-
cib-x-pack
-
-
-
cib-xbox
-
-
-
cib-xcode
-
-
-
cib-xero
-
-
-
cib-xiaomi
-
-
-
cib-xing
-
-
-
cib-xrp
-
-
-
cib-xsplit
-
-
-
cib-y-combinator
-
-
-
cib-yahoo
-
-
-
cib-yammer
-
-
-
cib-yandex
-
-
-
cib-yarn
-
-
-
cib-yelp
-
-
-
cib-youtube
-
-
-
cib-zalando
-
-
-
cib-zapier
-
-
-
cib-zeit
-
-
-
cib-zendesk
-
-
-
cib-zerply
-
-
-
cib-zillow
-
-
-
cib-zingat
-
-
-
cib-zoom
-
-
-
cib-zorin
-
-
-
cib-zulip
-
-
- -
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/icons/coreui-icons.blade.php b/resources/views/dashboard/icons/coreui-icons.blade.php deleted file mode 100644 index 0ff4695..0000000 --- a/resources/views/dashboard/icons/coreui-icons.blade.php +++ /dev/null @@ -1,1644 +0,0 @@ -@extends('dashboard.base') - -@section('css') - - - -@endsection - -@section('content') - -
-
-
-
CoreUI Icons - -
-
-
-
-
cil-3d
-
-
-
cil-4k
-
-
-
cil-account-logout
-
-
-
cil-action-redo
-
-
-
cil-action-undo
-
-
-
cil-address-book
-
-
-
cil-airplane-mode
-
-
-
cil-airplane-mode-off
-
-
-
cil-airplay
-
-
-
cil-alarm
-
-
-
cil-album
-
-
-
cil-align-center
-
-
-
cil-align-left
-
-
-
cil-align-right
-
-
-
cil-american-football
-
-
-
cil-animal
-
-
-
cil-aperture
-
-
-
cil-apple
-
-
-
cil-applications
-
-
-
cil-applications-settings
-
-
-
cil-apps
-
-
-
cil-apps-settings
-
-
-
cil-arrow-bottom
-
-
-
cil-arrow-circle-bottom
-
-
-
cil-arrow-circle-left
-
-
-
cil-arrow-circle-right
-
-
-
cil-arrow-circle-top
-
-
-
cil-arrow-left
-
-
-
cil-arrow-right
-
-
-
cil-arrow-thick-bottom
-
-
-
cil-arrow-thick-from-bottom
-
-
-
cil-arrow-thick-from-left
-
-
-
cil-arrow-thick-from-right
-
-
-
cil-arrow-thick-from-top
-
-
-
cil-arrow-thick-left
-
-
-
cil-arrow-thick-right
-
-
-
cil-arrow-thick-to-bottom
-
-
-
cil-arrow-thick-to-left
-
-
-
cil-arrow-thick-to-right
-
-
-
cil-arrow-thick-to-top
-
-
-
cil-arrow-thick-top
-
-
-
cil-arrow-top
-
-
-
cil-assistive-listening-system
-
-
-
cil-asterisk
-
-
-
cil-asterisk-circle
-
-
-
cil-at
-
-
-
cil-audio
-
-
-
cil-audio-description
-
-
-
cil-audio-spectrum
-
-
-
cil-av-timer
-
-
-
cil-baby
-
-
-
cil-baby-carriage
-
-
-
cil-backspace
-
-
-
cil-badge
-
-
-
cil-balance-scale
-
-
-
cil-ban
-
-
-
cil-bank
-
-
-
cil-bar-chart
-
-
-
cil-barcode
-
-
-
cil-baseball
-
-
-
cil-basket
-
-
-
cil-basketball
-
-
-
cil-bath
-
-
-
cil-bathroom
-
-
-
cil-battery-0
-
-
-
cil-battery-3
-
-
-
cil-battery-5
-
-
-
cil-battery-alert
-
-
-
cil-battery-empty
-
-
-
cil-battery-full
-
-
-
cil-battery-slash
-
-
-
cil-beach-access
-
-
-
cil-beaker
-
-
-
cil-bed
-
-
-
cil-bell
-
-
-
cil-bike
-
-
-
cil-birthday-cake
-
-
-
cil-blind
-
-
-
cil-bluetooth
-
-
-
cil-blur
-
-
-
cil-blur-circular
-
-
-
cil-blur-linear
-
-
-
cil-boat-alt
-
-
-
cil-bold
-
-
-
cil-bolt
-
-
-
cil-book
-
-
-
cil-bookmark
-
-
-
cil-border-all
-
-
-
cil-border-bottom
-
-
-
cil-border-clear
-
-
-
cil-border-horizontal
-
-
-
cil-border-inner
-
-
-
cil-border-left
-
-
-
cil-border-outer
-
-
-
cil-border-right
-
-
-
cil-border-style
-
-
-
cil-border-top
-
-
-
cil-border-vertical
-
-
-
cil-bowling
-
-
-
cil-braille
-
-
-
cil-briefcase
-
-
-
cil-brightness
-
-
-
cil-british-pound
-
-
-
cil-browser
-
-
-
cil-brush
-
-
-
cil-brush-alt
-
-
-
cil-bug
-
-
-
cil-building
-
-
-
cil-bullhorn
-
-
-
cil-burger
-
-
-
cil-bus-alt
-
-
-
cil-calculator
-
-
-
cil-calendar
-
-
-
cil-calendar-check
-
-
-
cil-camera
-
-
-
cil-camera-control
-
-
-
cil-camera-roll
-
-
-
cil-car-alt
-
-
-
cil-caret-bottom
-
-
-
cil-caret-left
-
-
-
cil-caret-right
-
-
-
cil-caret-top
-
-
-
cil-cart
-
-
-
cil-cash
-
-
-
cil-casino
-
-
-
cil-cast
-
-
-
cil-cat
-
-
-
cil-cc
-
-
-
cil-center-focus
-
-
-
cil-chart
-
-
-
cil-chart-line
-
-
-
cil-chart-pie
-
-
-
cil-chat-bubble
-
-
-
cil-check
-
-
-
cil-check-alt
-
-
-
cil-chevron-bottom
-
-
-
cil-chevron-circle-down-alt
-
-
-
cil-chevron-circle-left-alt
-
-
-
cil-chevron-circle-right-alt
-
-
-
cil-chevron-circle-up-alt
-
-
-
cil-chevron-double-down
-
-
-
cil-chevron-double-left
-
-
-
cil-chevron-double-right
-
-
-
cil-chevron-double-up
-
-
-
cil-chevron-double-up-alt
-
-
-
cil-chevron-left
-
-
-
cil-chevron-right
-
-
-
cil-chevron-top
-
-
-
cil-child
-
-
-
cil-child-friendly
-
-
-
cil-circle
-
-
-
cil-clear-all
-
-
-
cil-clipboard
-
-
-
cil-clock
-
-
-
cil-clone
-
-
-
cil-closed-captioning
-
-
-
cil-cloud
-
-
-
cil-cloud-download
-
-
-
cil-cloud-upload
-
-
-
cil-cloudy
-
-
-
cil-code
-
-
-
cil-coffee
-
-
-
cil-cog
-
-
-
cil-color-border
-
-
-
cil-color-fill
-
-
-
cil-color-palette
-
-
-
cil-columns
-
-
-
cil-comment-bubble
-
-
-
cil-comment-square
-
-
-
cil-compass
-
-
-
cil-compress
-
-
-
cil-contact
-
-
-
cil-contrast
-
-
-
cil-control
-
-
-
cil-copy
-
-
-
cil-couch
-
-
-
cil-credit-card
-
-
-
cil-crop
-
-
-
cil-crop-rotate
-
-
-
cil-cursor
-
-
-
cil-cursor-move
-
-
-
cil-cut
-
-
-
cil-data-transfer-down
-
-
-
cil-data-transfer-up
-
-
-
cil-deaf
-
-
-
cil-delete
-
-
-
cil-description
-
-
-
cil-devices
-
-
-
cil-dialpad
-
-
-
cil-diamond
-
-
-
cil-dinner
-
-
-
cil-disabled
-
-
-
cil-dog
-
-
-
cil-dollar
-
-
-
cil-door
-
-
-
cil-double-quote-sans-left
-
-
-
cil-double-quote-sans-right
-
-
-
cil-drink
-
-
-
cil-drink-alcohol
-
-
-
cil-drop
-
-
-
cil-drop1
-
-
-
cil-eco
-
-
-
cil-education
-
-
-
cil-elevator
-
-
-
cil-ellipses
-
-
-
cil-ellipsis
-
-
-
cil-envelope-closed
-
-
-
cil-envelope-letter
-
-
-
cil-envelope-open
-
-
-
cil-equalizer
-
-
-
cil-ethernet
-
-
-
cil-euro
-
-
-
cil-excerpt
-
-
-
cil-exit-to-app
-
-
-
cil-expand-down
-
-
-
cil-expand-left
-
-
-
cil-expand-right
-
-
-
cil-expand-up
-
-
-
cil-exposure
-
-
-
cil-external-link
-
-
-
cil-eyedropper
-
-
-
cil-face
-
-
-
cil-face-dead
-
-
-
cil-factory
-
-
-
cil-factory-slash
-
-
-
cil-fastfood
-
-
-
cil-fax
-
-
-
cil-featured-playlist
-
-
-
cil-file
-
-
-
cil-filter
-
-
-
cil-filter-frames
-
-
-
cil-filter-photo
-
-
-
cil-find-in-page
-
-
-
cil-fingerprint
-
-
-
cil-fire
-
-
-
cil-flag-alt
-
-
-
cil-flight-takeoff
-
-
-
cil-flip
-
-
-
cil-flip-to-back
-
-
-
cil-flip-to-front
-
-
-
cil-flower
-
-
-
cil-folder
-
-
-
cil-folder-open
-
-
-
cil-font
-
-
-
cil-football
-
-
-
cil-fork
-
-
-
cil-fridge
-
-
-
cil-frown
-
-
-
cil-fullscreen
-
-
-
cil-fullscreen-exit
-
-
-
cil-functions
-
-
-
cil-functions-alt
-
-
-
cil-gamepad
-
-
-
cil-garage
-
-
-
cil-gauge
-
-
-
cil-gem
-
-
-
cil-gif
-
-
-
cil-gift
-
-
-
cil-globe-alt
-
-
-
cil-golf
-
-
-
cil-golf-alt
-
-
-
cil-gradient
-
-
-
cil-grain
-
-
-
cil-graph
-
-
-
cil-grid
-
-
-
cil-grid-slash
-
-
-
cil-hamburger-menu
-
-
-
cil-hand-point-down
-
-
-
cil-hand-point-left
-
-
-
cil-hand-point-right
-
-
-
cil-hand-point-up
-
-
-
cil-happy
-
-
-
cil-hd
-
-
-
cil-hdr
-
-
-
cil-header
-
-
-
cil-headphones
-
-
-
cil-healing
-
-
-
cil-heart
-
-
-
cil-highlighter
-
-
-
cil-highligt
-
-
-
cil-history
-
-
-
cil-home
-
-
-
cil-hospital
-
-
-
cil-hot-tub
-
-
-
cil-house
-
-
-
cil-https
-
-
-
cil-image-broken
-
-
-
cil-image-plus
-
-
-
cil-image1
-
-
-
cil-inbox
-
-
-
cil-indent-decrease
-
-
-
cil-indent-increase
-
-
-
cil-industry
-
-
-
cil-industry-slash
-
-
-
cil-infinity
-
-
-
cil-info
-
-
-
cil-input
-
-
-
cil-input-hdmi
-
-
-
cil-input-power
-
-
-
cil-institution
-
-
-
cil-italic
-
-
-
cil-justify-center
-
-
-
cil-justify-left
-
-
-
cil-justify-right
-
-
-
cil-keyboard
-
-
-
cil-lan
-
-
-
cil-language
-
-
-
cil-laptop
-
-
-
cil-layers
-
-
-
cil-leaf
-
-
-
cil-lemon
-
-
-
cil-level-down
-
-
-
cil-level-up
-
-
-
cil-library
-
-
-
cil-library-add
-
-
-
cil-library-building
-
-
-
cil-life-ring
-
-
-
cil-lightbulb
-
-
-
cil-line-spacing
-
-
-
cil-line-style
-
-
-
cil-line-weight
-
-
-
cil-link
-
-
-
cil-link-alt
-
-
-
cil-link-broken
-
-
-
cil-list
-
-
-
cil-list-filter
-
-
-
cil-list-high-priority
-
-
-
cil-list-low-priority
-
-
-
cil-list-numbered
-
-
-
cil-list-rich
-
-
-
cil-location-pin
-
-
-
cil-lock-locked
-
-
-
cil-lock-unlocked
-
-
-
cil-locomotive
-
-
-
cil-loop
-
-
-
cil-loop-1
-
-
-
cil-loop-circular
-
-
-
cil-low-vision
-
-
-
cil-magnifying-glass
-
-
-
cil-map
-
-
-
cil-media-eject
-
-
-
cil-media-pause
-
-
-
cil-media-play
-
-
-
cil-media-record
-
-
-
cil-media-skip-backward
-
-
-
cil-media-skip-forward
-
-
-
cil-media-step-backward
-
-
-
cil-media-step-forward
-
-
-
cil-media-stop
-
-
-
cil-medical-cross
-
-
-
cil-meh
-
-
-
cil-memory
-
-
-
cil-menu
-
-
-
cil-mic
-
-
-
cil-microphone
-
-
-
cil-minus
-
-
-
cil-mobile
-
-
-
cil-mobile-landscape
-
-
-
cil-money
-
-
-
cil-monitor
-
-
-
cil-mood-bad
-
-
-
cil-mood-good
-
-
-
cil-mood-very-bad
-
-
-
cil-mood-very-good
-
-
-
cil-moon
-
-
-
cil-mouse
-
-
-
cil-mouth-slash
-
-
-
cil-move
-
-
-
cil-movie
-
-
-
cil-mug
-
-
-
cil-mug-tea
-
-
-
cil-music-note
-
-
-
cil-newspaper
-
-
-
cil-notes
-
-
-
cil-object-group
-
-
-
cil-object-ungroup
-
-
-
cil-opacity
-
-
-
cil-options
-
-
-
cil-options-horizontal
-
-
-
cil-paint
-
-
-
cil-paint-bucket
-
-
-
cil-paper-plane
-
-
-
cil-paperclip
-
-
-
cil-paragraph
-
-
-
cil-paw
-
-
-
cil-pen-alt
-
-
-
cil-pen-nib
-
-
-
cil-pencil
-
-
-
cil-people
-
-
-
cil-phone
-
-
-
cil-pin
-
-
-
cil-pizza
-
-
-
cil-plant
-
-
-
cil-playlist-add
-
-
-
cil-plus
-
-
-
cil-pool
-
-
-
cil-power-standby
-
-
-
cil-pregnant
-
-
-
cil-print
-
-
-
cil-pushchair
-
-
-
cil-puzzle
-
-
-
cil-qr-code
-
-
-
cil-rain
-
-
-
cil-rectangle
-
-
-
cil-reload
-
-
-
cil-resize-both
-
-
-
cil-resize-height
-
-
-
cil-resize-width
-
-
-
cil-restaurant
-
-
-
cil-room
-
-
-
cil-rowing
-
-
-
cil-rss
-
-
-
cil-running
-
-
-
cil-sad
-
-
-
cil-satelite
-
-
-
cil-save
-
-
-
cil-school
-
-
-
cil-screen-desktop
-
-
-
cil-screen-smartphone
-
-
-
cil-scrubber
-
-
-
cil-search
-
-
-
cil-send
-
-
-
cil-settings
-
-
-
cil-share
-
-
-
cil-share-all
-
-
-
cil-share-alt
-
-
-
cil-share-boxed
-
-
-
cil-shield-alt
-
-
-
cil-short-text
-
-
-
cil-shower
-
-
-
cil-sign-language
-
-
-
cil-signal-cellular-0
-
-
-
cil-signal-cellular-3
-
-
-
cil-signal-cellular-4
-
-
-
cil-sim
-
-
-
cil-sitemap
-
-
-
cil-smile
-
-
-
cil-smile-plus
-
-
-
cil-smoke
-
-
-
cil-smoke-free
-
-
-
cil-smoke-slash
-
-
-
cil-smoking-room
-
-
-
cil-snowflake
-
-
-
cil-soccer
-
-
-
cil-sofa
-
-
-
cil-sort-alpha-down
-
-
-
cil-sort-alpha-up
-
-
-
cil-sort-ascending
-
-
-
cil-sort-descending
-
-
-
cil-sort-numeric-down
-
-
-
cil-sort-numeric-up
-
-
-
cil-spa
-
-
-
cil-space-bar
-
-
-
cil-speaker
-
-
-
cil-speech
-
-
-
cil-speedometer
-
-
-
cil-spreadsheet
-
-
-
cil-square
-
-
-
cil-star
-
-
-
cil-star-half
-
-
-
cil-storage
-
-
-
cil-stream
-
-
-
cil-strikethrough
-
-
-
cil-sun
-
-
-
cil-swap-horizontal
-
-
-
cil-swap-vertical
-
-
-
cil-swimming
-
-
-
cil-sync
-
-
-
cil-tablet
-
-
-
cil-tag
-
-
-
cil-tags
-
-
-
cil-task
-
-
-
cil-taxi
-
-
-
cil-tennis
-
-
-
cil-tennis-ball
-
-
-
cil-terminal
-
-
-
cil-terrain
-
-
-
cil-text
-
-
-
cil-text-shapes
-
-
-
cil-text-size
-
-
-
cil-text-square
-
-
-
cil-text-strike
-
-
-
cil-thumb-down
-
-
-
cil-thumb-up
-
-
-
cil-toggle-off
-
-
-
cil-toilet
-
-
-
cil-touch-app
-
-
-
cil-transfer
-
-
-
cil-translate
-
-
-
cil-trash
-
-
-
cil-triangle
-
-
-
cil-truck
-
-
-
cil-tv
-
-
-
cil-underline
-
-
-
cil-user
-
-
-
cil-user-female
-
-
-
cil-user-follow
-
-
-
cil-user-unfollow
-
-
-
cil-vector
-
-
-
cil-vertical-align-bottom
-
-
-
cil-vertical-align-bottom1
-
-
-
cil-vertical-align-center
-
-
-
cil-vertical-align-center1
-
-
-
cil-vertical-align-top
-
-
-
cil-vertical-align-top1
-
-
-
cil-video
-
-
-
cil-view-column
-
-
-
cil-view-module
-
-
-
cil-view-quilt
-
-
-
cil-view-stream
-
-
-
cil-voice-over-record
-
-
-
cil-volume-high
-
-
-
cil-volume-low
-
-
-
cil-volume-off
-
-
-
cil-walk
-
-
-
cil-wallet
-
-
-
cil-wallpaper
-
-
-
cil-warning
-
-
-
cil-watch
-
-
-
cil-wc
-
-
-
cil-weightlifitng
-
-
-
cil-wheelchair
-
-
-
cil-wifi-signal-0
-
-
-
cil-wifi-signal-1
-
-
-
cil-wifi-signal-2
-
-
-
cil-wifi-signal-4
-
-
-
cil-wifi-signal-off
-
-
-
cil-window
-
-
-
cil-window-maximize
-
-
-
cil-window-minimize
-
-
-
cil-window-restore
-
-
-
cil-wrap-text
-
-
-
cil-x
-
-
-
cil-x-circle
-
-
-
cil-yen
-
-
-
cil-zoom
-
-
-
cil-zoom-in
-
-
-
cil-zoom-out
-
-
- -
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/icons/flags.blade.php b/resources/views/dashboard/icons/flags.blade.php deleted file mode 100644 index 65b4f64..0000000 --- a/resources/views/dashboard/icons/flags.blade.php +++ /dev/null @@ -1,617 +0,0 @@ -@extends('dashboard.base') - -@section('css') - - - -@endsection - -@section('content') - -
-
-
-
CoreUI Icons - Flag - -
-
-
-
-
cif-ad
-
-
-
cif-ae
-
-
-
cif-af
-
-
-
cif-ag
-
-
-
cif-al
-
-
-
cif-am
-
-
-
cif-ao
-
-
-
cif-ar
-
-
-
cif-at
-
-
-
cif-au
-
-
-
cif-az
-
-
-
cif-ba
-
-
-
cif-bb
-
-
-
cif-bd
-
-
-
cif-be
-
-
-
cif-bf
-
-
-
cif-bg
-
-
-
cif-bh
-
-
-
cif-bi
-
-
-
cif-bj
-
-
-
cif-bn
-
-
-
cif-bo
-
-
-
cif-br
-
-
-
cif-bs
-
-
-
cif-bt
-
-
-
cif-bw
-
-
-
cif-by
-
-
-
cif-bz
-
-
-
cif-ca
-
-
-
cif-cd
-
-
-
cif-cf
-
-
-
cif-cg
-
-
-
cif-ch
-
-
-
cif-ci
-
-
-
cif-cl
-
-
-
cif-cm
-
-
-
cif-cn
-
-
-
cif-co
-
-
-
cif-cr
-
-
-
cif-cu
-
-
-
cif-cv
-
-
-
cif-cy
-
-
-
cif-cz
-
-
-
cif-de
-
-
-
cif-dj
-
-
-
cif-dk
-
-
-
cif-dm
-
-
-
cif-do
-
-
-
cif-dz
-
-
-
cif-ec
-
-
-
cif-ee
-
-
-
cif-eg
-
-
-
cif-er
-
-
-
cif-es
-
-
-
cif-et
-
-
-
cif-fi
-
-
-
cif-fj
-
-
-
cif-fm
-
-
-
cif-fr
-
-
-
cif-ga
-
-
-
cif-gb
-
-
-
cif-gd
-
-
-
cif-ge
-
-
-
cif-gh
-
-
-
cif-gm
-
-
-
cif-gn
-
-
-
cif-gq
-
-
-
cif-gr
-
-
-
cif-gt
-
-
-
cif-gw
-
-
-
cif-gy
-
-
-
cif-hn
-
-
-
cif-hr
-
-
-
cif-ht
-
-
-
cif-hu
-
-
-
cif-id
-
-
-
cif-ie
-
-
-
cif-il
-
-
-
cif-in
-
-
-
cif-iq
-
-
-
cif-ir
-
-
-
cif-is
-
-
-
cif-it
-
-
-
cif-jm
-
-
-
cif-jo
-
-
-
cif-jp
-
-
-
cif-ke
-
-
-
cif-kg
-
-
-
cif-kh
-
-
-
cif-ki
-
-
-
cif-km
-
-
-
cif-kn
-
-
-
cif-kp
-
-
-
cif-kr
-
-
-
cif-kw
-
-
-
cif-kz
-
-
-
cif-la
-
-
-
cif-lb
-
-
-
cif-lc
-
-
-
cif-li
-
-
-
cif-lk
-
-
-
cif-lr
-
-
-
cif-ls
-
-
-
cif-lt
-
-
-
cif-lu
-
-
-
cif-lv
-
-
-
cif-ly
-
-
-
cif-ma
-
-
-
cif-mc
-
-
-
cif-md
-
-
-
cif-me
-
-
-
cif-mg
-
-
-
cif-mh
-
-
-
cif-mk
-
-
-
cif-ml
-
-
-
cif-mm
-
-
-
cif-mn
-
-
-
cif-mr
-
-
-
cif-mt
-
-
-
cif-mu
-
-
-
cif-mv
-
-
-
cif-mw
-
-
-
cif-mx
-
-
-
cif-my
-
-
-
cif-mz
-
-
-
cif-na
-
-
-
cif-ne
-
-
-
cif-ng
-
-
-
cif-ni
-
-
-
cif-nl
-
-
-
cif-no
-
-
-
cif-np
-
-
-
cif-nr
-
-
-
cif-nu
-
-
-
cif-nz
-
-
-
cif-om
-
-
-
cif-pa
-
-
-
cif-pe
-
-
-
cif-pg
-
-
-
cif-ph
-
-
-
cif-pk
-
-
-
cif-pl
-
-
-
cif-pt
-
-
-
cif-pw
-
-
-
cif-py
-
-
-
cif-qa
-
-
-
cif-ro
-
-
-
cif-rs
-
-
-
cif-ru
-
-
-
cif-rw
-
-
-
cif-sa
-
-
-
cif-sb
-
-
-
cif-sc
-
-
-
cif-sd
-
-
-
cif-se
-
-
-
cif-sg
-
-
-
cif-si
-
-
-
cif-sk
-
-
-
cif-sl
-
-
-
cif-sm
-
-
-
cif-sn
-
-
-
cif-so
-
-
-
cif-sr
-
-
-
cif-ss
-
-
-
cif-st
-
-
-
cif-sv
-
-
-
cif-sy
-
-
-
cif-sz
-
-
-
cif-td
-
-
-
cif-tg
-
-
-
cif-th
-
-
-
cif-tj
-
-
-
cif-tl
-
-
-
cif-tm
-
-
-
cif-tn
-
-
-
cif-to
-
-
-
cif-tr
-
-
-
cif-tt
-
-
-
cif-tv
-
-
-
cif-tw
-
-
-
cif-tz
-
-
-
cif-ua
-
-
-
cif-ug
-
-
-
cif-us
-
-
-
cif-uy
-
-
-
cif-uz
-
-
-
cif-va
-
-
-
cif-vc
-
-
-
cif-ve
-
-
-
cif-vn
-
-
-
cif-ws
-
-
-
cif-xk
-
-
-
cif-ye
-
-
-
cif-za
-
-
-
cif-zm
-
-
-
cif-zw
-
-
-
-
-
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/notifications/alerts.blade.php b/resources/views/dashboard/notifications/alerts.blade.php deleted file mode 100644 index 6cb4310..0000000 --- a/resources/views/dashboard/notifications/alerts.blade.php +++ /dev/null @@ -1,77 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Bootstrap Alerts - -
-
- - - - - - - - -
-
-
-
-
-
Bootstrap Alertsuse.alert-link to provide links
-
- - - - - - - - -
-
-
- -
- -
-
-
-
Bootstrap Alertsadditional content
-
- -
-
-
- -
-
-
Bootstrap Alertsdismissing
-
- -
-
-
-
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/notifications/badge.blade.php b/resources/views/dashboard/notifications/badge.blade.php deleted file mode 100644 index 09f68e2..0000000 --- a/resources/views/dashboard/notifications/badge.blade.php +++ /dev/null @@ -1,49 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Bootstrap Badges - -
-
-

Example headingNew

-

Example headingNew

-

Example headingNew

-

Example headingNew

-
Example headingNew
-
Example headingNew
-
- -
-
-
-
-
Bootstrap Badgescontextual variations
-
PrimarySecondarySuccessDangerWarningInfoLightDark
-
-
-
Bootstrap Badgespill badges
-
PrimarySecondarySuccessDangerWarningInfoLightDark
-
- -
-
- -
-
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/notifications/modals.blade.php b/resources/views/dashboard/notifications/modals.blade.php deleted file mode 100644 index 2555bf7..0000000 --- a/resources/views/dashboard/notifications/modals.blade.php +++ /dev/null @@ -1,195 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
Bootstrap Modals
-
- - - - -
- - - - - -
-
-
- -
- -
- - - - - - - - - - - - - - - - -
- -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/typography.blade.php b/resources/views/dashboard/typography.blade.php deleted file mode 100644 index 8fe5989..0000000 --- a/resources/views/dashboard/typography.blade.php +++ /dev/null @@ -1,157 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
Headings
-
-

Documentation and examples for Bootstrap typography, including global settings, headings, body text, lists, and more.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HeadingExample
-

<h1></h1>

-
h1. Bootstrap heading
-

<h2></h2>

-
h2. Bootstrap heading
-

<h3></h3>

-
h3. Bootstrap heading
-

<h4></h4>

-
h4. Bootstrap heading
-

<h5></h5>

-
h5. Bootstrap heading
-

<h6></h6>

-
h6. Bootstrap heading
-
-
-
-
Headings
-
-

.h1 through.h6 classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.

-
-

h1. Bootstrap heading

-

h2. Bootstrap heading

-

h3. Bootstrap heading

-

h4. Bootstrap heading

-

h5. Bootstrap heading

-

h6. Bootstrap heading

-
-
-
-
-
Display headings
-
-

Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using adisplay heading—a larger, slightly more opinionated heading style.

-
- - - - - - - - - - - - - - - -
Display 1
Display 2
Display 3
Display 4
-
-
-
-
-
Inline text elements
-
-

Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using adisplay heading—a larger, slightly more opinionated heading style.

-
-

You can use the mark tag to - highlight text. -

-

- This line of text is meant to be treated as deleted text. -

-

- This line of text is meant to be treated as no longer accurate. -

-

This line of text is meant to be treated as an addition to the document.

-

- This line of text will render as underlined -

-

This line of text is meant to be treated as fine print.

-

This line rendered as bold text.

-

This line rendered as italicized text.

-
-
-
-
-
Description list alignment
-
-

Align terms and descriptions horizontally by using our grid system’s predefined classes (or semantic mixins). For longer terms, you can optionally add a.text-truncate class to truncate the text with an ellipsis.

-
-
-
Description lists
-
A description list is perfect for defining terms.
-
Euismod
-
-

Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.

-

Donec id elit non mi porta gravida at eget metus.

-
-
Malesuada porta
-
Etiam porta sem malesuada magna mollis euismod.
-
Truncated term is truncated
-
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
Nesting
-
-
-
Nested definition list
-
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.
-
-
-
-
-
-
-
-
- - -@endsection - -@section('javascript') - -@endsection \ No newline at end of file diff --git a/resources/views/dashboard/widgets.blade.php b/resources/views/dashboard/widgets.blade.php deleted file mode 100644 index ba897b2..0000000 --- a/resources/views/dashboard/widgets.blade.php +++ /dev/null @@ -1,891 +0,0 @@ -@extends('dashboard.base') - -@section('content') - -
-
-
-
-
-
- -
9.823
-
Members online
-
-
- -
-
-
- -
-
-
- -
9.823
-
Members online
-
-
- -
-
-
- -
-
-
- -
9.823
-
Members online
-
-
- -
-
-
- -
-
-
- -
9.823
-
Members online
-
-
- -
-
-
- -
- -
-
-
-
-
89.9%
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
12.124
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
$98.111,00
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
2 TB
-
Widget title
-
-
-
Widget helper text -
-
-
- -
- -
-
-
-
-
89.9%
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
12.124
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
$98.111,00
-
Widget title
-
-
-
Widget helper text -
-
-
- -
-
-
-
2 TB
-
Widget title
-
-
-
Widget helper text -
-
-
- -
- -
-
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
-
-
-
Title
-
1,123
-
- -
-
-
-
- -
- -
-
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
- -
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
- -
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
- -
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
- -
-
- -
- -
-
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
-
-
-
- - - -
-
-
$1.999,50
-
Widget title
-
-
-
-
- -
- -
-
-
-
- - - -
- -
-
-
-
-
89k
-
friends
-
-
-
-
459
-
feeds
-
-
-
-
- -
-
-
- - - -
- -
-
-
-
-
973k
-
followers
-
-
-
-
1.792
-
tweets
-
-
-
-
- -
-
-
- - - -
- -
-
-
-
-
500+
-
contacts
-
-
-
-
292
-
feeds
-
-
-
-
- -
- -
-
-
-
- - - -
-
87.500
Visitors -
-
-
-
-
-
-
-
- - - -
-
385
New Clients -
-
-
-
-
-
-
-
- - - -
-
1238
Products sold -
-
-
-
-
-
-
-
- - - -
-
28%
Returning Visitors -
-
-
-
-
-
-
-
- - - -
-
5:34:11
Avg. Time -
-
-
-
-
-
-
-
-
-
-
- - - -
-
87.500
Visitors -
-
-
-
-
-
- -
-
-
-
- - - -
-
385
New Clients -
-
-
-
-
-
- -
-
-
-
- - - -
-
1238
Products sold -
-
-
-
-
-
- -
-
-
-
- - - -
-
28%
Returning Visitors -
-
-
-
-
-
- -
-
-
-
- - - -
-
5:34:11
Avg. Time -
-
-
-
-
-
- -
-
-
-
- - - -
-
972
Comments -
-
-
-
-
-
- -
- -
-
-
-
-
- - - -
-
87.500
Visitors -
-
-
-
-
-
- -
-
-
-
- - - -
-
385
New Clients -
-
-
-
-
-
- -
-
-
-
- - - -
-
1238
Products sold -
-
-
-
-
-
- -
-
-
-
- - - -
-
28%
Returning Visitors -
-
-
-
-
-
- -
-
-
-
- - - -
-
5:34:11
Avg. Time -
-
-
-
-
-
- -
-
-
-
- - - -
-
972
Comments -
-
-
-
-
-
- -
- -
-
- -@endsection - -@section('javascript') - - - -@endsection