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