first commit
This commit is contained in:
45
resources/views/themes/tailwind/user/dashboard.blade.php
Normal file
45
resources/views/themes/tailwind/user/dashboard.blade.php
Normal file
@@ -0,0 +1,45 @@
|
||||
@extends('theme::user.layouts.app')
|
||||
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="dashboard-page">
|
||||
<h2 class="page-title text-center">{{ __("Here's what you can do to get started.") }}</h2>
|
||||
|
||||
<div class="row dashboard-boxes">
|
||||
<div class="col-md-4">
|
||||
<a href="{{ route('wave.user.company-secretary.limited-company') }}" class="dashboard-box">
|
||||
<img class="img-fluid mx-auto" src="{{ asset('themes/tailwind/images/digital-transformation.png') }}">
|
||||
<span class="box-title">{{ __("Start a new company") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="{{ route('wave.user.book-keeping.packages') }}" class="dashboard-box">
|
||||
<img class="img-fluid mx-auto" src="{{ asset('themes/tailwind/images/start-a-new-company.png') }}">
|
||||
<span class="box-title">{{ __("Bookkeeping Service") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="{{ route('settings-main') }}" class="dashboard-box">
|
||||
<img class="img-fluid mx-auto" src="{{ asset('themes/tailwind/images/book-keeping-service.png') }}">
|
||||
<span class="box-title">{{ __("Have a question?") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row dashboard-boxes justify-content-center">
|
||||
<div class="col-md-4">
|
||||
<a href="{{ route('wave.user.company-secretary.index') }}" class="dashboard-box">
|
||||
<img class="img-fluid mx-auto" src="{{ asset('themes/tailwind/images/have-a-question.png') }}">
|
||||
<span class="box-title">{{ __("Company Secretary Service") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="{{ route('records-digital-transformation') }}" class="dashboard-box">
|
||||
<img class="img-fluid mx-auto" src="{{ asset('themes/tailwind/images/company-secretary-service.png') }}">
|
||||
<span class="box-title">{{ __("Digital Transformation") }}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user