diff --git a/resources/views/client/create.blade.php b/resources/views/client/create.blade.php deleted file mode 100644 index 05c57830c3..0000000000 --- a/resources/views/client/create.blade.php +++ /dev/null @@ -1,57 +0,0 @@ -@extends('layouts.master', ['header' => $header]) - -@section('body') -
- -
-
- - - -
- -
- - @include('client.partial.client_details', $client) - - @include('client.partial.client_location') - -
- - - -
-
-
{{ trans('texts.contact_information') }} - - - -
- - - -
-
- -
- -
-
- -
-
- -
-
- - -
- - - -@endsection \ No newline at end of file diff --git a/resources/views/client/edit.blade.php b/resources/views/client/edit.blade.php deleted file mode 100644 index 4c43029f69..0000000000 --- a/resources/views/client/edit.blade.php +++ /dev/null @@ -1,73 +0,0 @@ -@extends('layouts.master', ['header' => $header]) - -@section('body') - -
- - - -
- -
- - -
- -
- - - -
- - @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 @@ -
-
trans('texts.edit_client')
-
-
- -
- -
-
-
- -
- -
- -
-
-
- -
- -
- -
-
-
- -
- -
- -
-
-
- -
- -
- -
-
-
- -
- -
- -
-
-
-
-
\ 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 @@ -
-
{{ trans('texts.address') }}
-
- -
-
- -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- - -
- -
- -
-
- - -
- -
- -
-
- -
- -
- -
-
-
-
-
- -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- - -
- -
- -
-
- - -
- -
- -
-
- -
- -
- -
-
-
-
-
-
-
- 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 -
-
- - - -
- - -
- - -
-

Hello World!

-
- - - - - - -
-
- - @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 @@ -
-
-
trans('texts.settings')
- -
- - -
- -
- - - - - - -
- ex. USD -
- - -
- -
- {{ html()->input('name')->placeholder(__('texts.client_name'))->value($client->present()->name)->class('form-control')->id('name') }} -
-
- -
- -
- {{ html()->input('id_number')->placeholder(__('texts.id_number'))->value($client->id_number)->class('form-control')->id('id_number') }} -
-
- -
- -
- {{ html()->input('vat_number')->placeholder(__('texts.vat_number'))->value($client->vat_number)->class('form-control')->id('vat_number') }} -
-
- -
- -
- {{ html()->input('website')->placeholder(__('texts.website'))->value($client->website)->class('form-control')->id('website') }} -
-
- -
- -
- {{ html()->input('custom_value1')->placeholder(__('texts.custom_value1'))->value($client->custom_value1)->class('form-control')->id('custom_value1') }} -
-
- -
- -
- {{ html()->input('custom_value2')->placeholder(__('texts.custom_value2'))->value($client->custom_value2)->class('form-control')->id('custom_value2') }} -
-
-
-
-
\ 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 @@ -
- -
- -
-
-
Invoice statistics - All Time
-
-
    -
  • - Paid $12,239.00 - 12 -
  • -
  • - Overdue $2,239.00 - 123 -
  • -
-
- -
- -
- -
-
-
Invoice statistics - Date Range -
- - -
-
- -
-
    -
  • - 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 @@ -
-
- -
- -
-
test
-
test2
-
-
- -
-
diff --git a/resources/views/layouts/guest.blade.php b/resources/views/layouts/guest.blade.php index 7447cfb82f..02c31b04a3 100644 --- a/resources/views/layouts/guest.blade.php +++ b/resources/views/layouts/guest.blade.php @@ -16,9 +16,6 @@ ga('send', 'event', category, action, this.src); } - @else - @else - @else - @else - @else - @else - @else - - diff --git a/resources/views/signup/index.blade.php b/resources/views/signup/index.blade.php deleted file mode 100644 index 75dab2d8ad..0000000000 --- a/resources/views/signup/index.blade.php +++ /dev/null @@ -1,142 +0,0 @@ -@extends('layouts.guest') - -@section('body') - - - -
-
-
-
-
- - - -

@lang('texts.login_create_an_account')

-

- -
- @csrf -
-
- - - -
- - @if ($errors->has('first_name')) - - {{ $errors->first('first_name') }} - - @endif -
- - -
-
- - - -
- - @if ($errors->has('last_name')) - - {{ $errors->first('last_name') }} - - @endif -
- - -
-
- @ -
- - @if ($errors->has('email')) - - {{ $errors->first('email') }} - - @endif - @if ($errors->has('email2')) - - {{ $errors->first('email2') }} - - @endif -
- -
-
- - - -
- has('password') ? ' is-invalid' : '' }} name="password" placeholder="@lang('texts.password')" required> - - @if ($errors->has('password')) - - {{ $errors->first('password') }} - - @endif -
- -
- - -
- -
- - -
- - -
- - - -
-
-
-
- - - - - -@endsection - - - - \ No newline at end of file diff --git a/resources/views/themes/ninja2020/clean.blade.php b/resources/views/themes/ninja2020/clean.blade.php index 025b51c2f5..9daf924302 100644 --- a/resources/views/themes/ninja2020/clean.blade.php +++ b/resources/views/themes/ninja2020/clean.blade.php @@ -30,9 +30,6 @@ ga('send', 'event', category, action, this.src); } - @else