This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/resources/theme/backend/adminlte/noaccounts.blade.php
Deon George c7e2a6866e WIP
2017-11-21 21:47:44 +11:00

35 lines
1.2 KiB
PHP

@extends('adminlte::page')
@section('htmlheader_title')
Change Title here!
@endsection
@section('main-content')
<div class="container-fluid spark-screen">
<div class="row">
<div class="col-md-9 col-md-offset-1">
<div class="box box-solid">
<div class="box-header">
<h3 class="box-title">No Accounts tagged!</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button>
</div>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="box-body">
<p>
You havent tagged any accounts.<br>
To tag an account, press the <i class="fa fa-2x fa-star"></i> icon so that it turns orange <i style="color: orange;" class="fa fa-2x fa-star"></i>.
</p>
</div>
<!-- /.box-body -->
</div>
</div>
</div>
</div>
@endsection