From ec090152d5e99af4ca1f6c2c420cdb558c6b53c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 12 Nov 2021 16:45:18 +0100 Subject: [PATCH] /client/quotes --- .../portal/ninja2020/quotes/index.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/portal/ninja2020/quotes/index.blade.php b/resources/views/portal/ninja2020/quotes/index.blade.php index 845485d79807..078e23ef7670 100644 --- a/resources/views/portal/ninja2020/quotes/index.blade.php +++ b/resources/views/portal/ninja2020/quotes/index.blade.php @@ -2,9 +2,9 @@ @section('meta_title', ctrans('texts.quotes')) @section('header') - @if($errors->any()) + @if ($errors->any())
- @foreach($errors->all() as $error) + @foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@@ -15,13 +15,17 @@
@csrf - - + +
+
@livewire('quotes-table', ['company' => $company])
-@endsection \ No newline at end of file +@endsection