diff --git a/resources/views/portal/ninja2020/components/general/sidebar/header.blade.php b/resources/views/portal/ninja2020/components/general/sidebar/header.blade.php index face98312..e6e85fb67 100644 --- a/resources/views/portal/ninja2020/components/general/sidebar/header.blade.php +++ b/resources/views/portal/ninja2020/components/general/sidebar/header.blade.php @@ -4,7 +4,8 @@ -
+
+ @yield('meta_title')
@if($multiple_contacts->count() > 1)
diff --git a/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php b/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php index 104d8a384..7aa58605b 100644 --- a/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php @@ -9,6 +9,9 @@
+ @if($client->getCreditCardGateway()) + {{ ctrans('texts.add_payment_method') }} + @endif
diff --git a/resources/views/portal/ninja2020/credits/index.blade.php b/resources/views/portal/ninja2020/credits/index.blade.php index 4fde0575f..d75caf6ab 100644 --- a/resources/views/portal/ninja2020/credits/index.blade.php +++ b/resources/views/portal/ninja2020/credits/index.blade.php @@ -9,27 +9,10 @@ @endforeach
@endif - -
-
-
-
-

- {{ ctrans('texts.credits') }} -

-
-

- {{ ctrans('texts.list_of_credits') }} -

-
-
-
-
-
@endsection @section('body') -
+
@livewire('credits-table')
@endsection \ No newline at end of file diff --git a/resources/views/portal/ninja2020/dashboard/index.blade.php b/resources/views/portal/ninja2020/dashboard/index.blade.php index 29de9bb95..9a765b271 100644 --- a/resources/views/portal/ninja2020/dashboard/index.blade.php +++ b/resources/views/portal/ninja2020/dashboard/index.blade.php @@ -9,27 +9,8 @@ ->message($client->getSetting('custom_message_dashboard')) !!} @endcomponent @endif - -
-
-
-
-

- {{ ctrans('texts.dashboard') }} -

-
-

- {{ ctrans('texts.quick_overview_statistics') }} -

-
-
-
-
-
@endsection @section('body') - Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet esse magnam nam numquam omnis optio, pariatur - perferendis quae quaerat quam, quas quos repellat sapiente sit soluta, tenetur totam ut vel veritatis voluptatibus? - Aut, dolor illo? Asperiores eum eveniet quae sed? + This page is empty, sad and alone. @endsection diff --git a/resources/views/portal/ninja2020/invoices/index.blade.php b/resources/views/portal/ninja2020/invoices/index.blade.php index d6fe163dc..494aa345c 100644 --- a/resources/views/portal/ninja2020/invoices/index.blade.php +++ b/resources/views/portal/ninja2020/invoices/index.blade.php @@ -2,7 +2,6 @@ @section('meta_title', ctrans('texts.invoices')) @section('header') - @if($errors->any())
@foreach($errors->all() as $error) @@ -10,28 +9,10 @@ @endforeach
@endif - -
-
-
-
-

- {{ ctrans('texts.invoices') }} -

-
-

- {{ ctrans('texts.list_of_invoices') }} -

-
-
-
-
-
@endsection @section('body') -
- {{ ctrans('texts.with_selected') }}: +
@csrf diff --git a/resources/views/portal/ninja2020/payment_methods/index.blade.php b/resources/views/portal/ninja2020/payment_methods/index.blade.php index 1eb880a48..4a988b9d5 100644 --- a/resources/views/portal/ninja2020/payment_methods/index.blade.php +++ b/resources/views/portal/ninja2020/payment_methods/index.blade.php @@ -2,29 +2,9 @@ @section('meta_title', ctrans('texts.payment_methods')) @section('header') -
-
-
-
-

- {{ ctrans('texts.payment_methods') }} -

-
-

- {{ ctrans('texts.list_of_payment_methods') }} -

-
-
-
-
- - - @if($client->getCreditCardGateway()) - @lang('texts.add_payment_method') - @endif -
-
-
+
+
+
@endsection diff --git a/resources/views/portal/ninja2020/payments/index.blade.php b/resources/views/portal/ninja2020/payments/index.blade.php index 47b89d34a..3f54a7376 100644 --- a/resources/views/portal/ninja2020/payments/index.blade.php +++ b/resources/views/portal/ninja2020/payments/index.blade.php @@ -1,25 +1,6 @@ @extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.payments')) -@section('header') -
-
-
-
-

- {{ ctrans('texts.payments') }} -

-
-

- {{ ctrans('texts.list_of_payments') }} -

-
-
-
-
-
-@endsection - @section('body')
@livewire('payments-table') diff --git a/resources/views/portal/ninja2020/quotes/index.blade.php b/resources/views/portal/ninja2020/quotes/index.blade.php index 05cb5ab05..e2e452c01 100644 --- a/resources/views/portal/ninja2020/quotes/index.blade.php +++ b/resources/views/portal/ninja2020/quotes/index.blade.php @@ -9,23 +9,6 @@ @endforeach
@endif - -
-
-
-
-

- {{ ctrans('texts.quotes') }} -

-
-

- {{ ctrans('texts.list_of_quotes') }} -

-
-
-
-
-
@endsection @section('body') diff --git a/resources/views/portal/ninja2020/recurring_invoices/index.blade.php b/resources/views/portal/ninja2020/recurring_invoices/index.blade.php index 9209813d7..672731809 100644 --- a/resources/views/portal/ninja2020/recurring_invoices/index.blade.php +++ b/resources/views/portal/ninja2020/recurring_invoices/index.blade.php @@ -1,25 +1,6 @@ @extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.recurring_invoices')) -@section('header') -
-
-
-
-

- {{ ctrans('texts.recurring_invoices') }} -

-
-

- {{ ctrans('texts.list_of_recurring_invoices') }} -

-
-
-
-
-
-@endsection - @section('body')
@livewire('recurring-invoices-table')