-
-
-
-
-
-
-
-
-
-
-
-
- @foreach($pills as $pill)
-
-
-
- @include($pill['alias'] . '::.edit')
-
-
-
- @endforeach
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@endsection
\ No newline at end of file
diff --git a/resources/views/client/list.blade.php b/resources/views/client/list.blade.php
deleted file mode 100644
index 0ab558db90..0000000000
--- a/resources/views/client/list.blade.php
+++ /dev/null
@@ -1,36 +0,0 @@
-@extends('layouts.master', ['header' => $header])
-
-@section('head')
- @parent
-
-
-
-@endsection
-
-@section('body')
- @parent
-
-
-
-
-
-
-
-
-
-
-
-
- {!! $html->table() !!}
-
-
-
-
-
-
-@endsection
-
-@section('footer')
- @parent
- {!! $html->scripts() !!}
-@endsection
\ No newline at end of file
diff --git a/resources/views/client/partial/client_details.blade.php b/resources/views/client/partial/client_details.blade.php
deleted file mode 100644
index 5aeae3032c..0000000000
--- a/resources/views/client/partial/client_details.blade.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/client/partial/client_location.blade.php b/resources/views/client/partial/client_location.blade.php
deleted file mode 100644
index 50ed78bb44..0000000000
--- a/resources/views/client/partial/client_location.blade.php
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/resources/views/client/partial/client_meta.blade.php b/resources/views/client/partial/client_meta.blade.php
deleted file mode 100644
index f02f890a16..0000000000
--- a/resources/views/client/partial/client_meta.blade.php
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
- @include('client.partial.client_location', ['location' => $client->primary_billing_location->first(), 'address' => 'Billing'])
-
-
- @include('client.partial.client_location', ['location' => $client->primary_billing_location->first(), 'address' => 'Shipping'])
-
-
-
-
-
- @foreach($client->contacts as $contact)
- @include('client.partial.contact_details', ['contact' => $contact])
- @endforeach
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @include('client.partial.client_settings', $client)
-
-
-
-
diff --git a/resources/views/client/partial/client_settings.blade.php b/resources/views/client/partial/client_settings.blade.php
deleted file mode 100644
index 259f394fda..0000000000
--- a/resources/views/client/partial/client_settings.blade.php
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/resources/views/client/partial/client_stats.blade.php b/resources/views/client/partial/client_stats.blade.php
deleted file mode 100644
index 1e19cf8107..0000000000
--- a/resources/views/client/partial/client_stats.blade.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
- -
- Paid $12,239.00
- 12
-
- -
- Overdue $2,239.00
- 123
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- Paid $12,239.00
- 12
-
- -
- Overdue $2,239.00
- 123
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/resources/views/client/partial/contact_details.blade.php b/resources/views/client/partial/contact_details.blade.php
deleted file mode 100644
index bd21ddd0ec..0000000000
--- a/resources/views/client/partial/contact_details.blade.php
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/resources/views/client/partial/map.blade.php b/resources/views/client/partial/map.blade.php
deleted file mode 100644
index e3b6d6e092..0000000000
--- a/resources/views/client/partial/map.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/client/partial/map_js.blade.php b/resources/views/client/partial/map_js.blade.php
deleted file mode 100644
index 8bb4cb313c..0000000000
--- a/resources/views/client/partial/map_js.blade.php
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
diff --git a/resources/views/client/show.blade.php b/resources/views/client/show.blade.php
deleted file mode 100644
index a249d5f931..0000000000
--- a/resources/views/client/show.blade.php
+++ /dev/null
@@ -1,20 +0,0 @@
-@extends('layouts.master', ['header' => $header])
-
-@section('body')
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@endsection
\ No newline at end of file
diff --git a/resources/views/client/vue_list.blade.php b/resources/views/client/vue_list.blade.php
deleted file mode 100644
index 1bb1101d99..0000000000
--- a/resources/views/client/vue_list.blade.php
+++ /dev/null
@@ -1,32 +0,0 @@
-@extends('layouts.master', ['header' => $header])
-
-@section('head')
-
-@endsection
-
-@section('body')
- @parent
-
-
-
-
-
-
-
-
-@endsection
-
-@section('footer')
-
-@endsection
\ No newline at end of file
diff --git a/resources/views/contact/index.blade.php b/resources/views/contact/index.blade.php
deleted file mode 100644
index f1a60312bd..0000000000
--- a/resources/views/contact/index.blade.php
+++ /dev/null
@@ -1,3 +0,0 @@
-@extends('layouts.app')
-
-
Contact homepage
\ No newline at end of file
diff --git a/resources/views/dashboard/aside.blade.php b/resources/views/dashboard/aside.blade.php
deleted file mode 100644
index 952e992374..0000000000
--- a/resources/views/dashboard/aside.blade.php
+++ /dev/null
@@ -1,286 +0,0 @@
-
-
\ No newline at end of file
diff --git a/resources/views/dashboard/index.blade.php b/resources/views/dashboard/index.blade.php
deleted file mode 100644
index 485f689e21..0000000000
--- a/resources/views/dashboard/index.blade.php
+++ /dev/null
@@ -1,13 +0,0 @@
-