diff --git a/resources/views/moderator/ticket/index.blade.php b/resources/views/moderator/ticket/index.blade.php index 02166726..7ae5fa41 100644 --- a/resources/views/moderator/ticket/index.blade.php +++ b/resources/views/moderator/ticket/index.blade.php @@ -88,11 +88,13 @@ @endforeach - + @if($tickets->hasPages()) + + @endif - - diff --git a/resources/views/ticket/create.blade.php b/resources/views/ticket/create.blade.php index fd841433..138ce836 100644 --- a/resources/views/ticket/create.blade.php +++ b/resources/views/ticket/create.blade.php @@ -24,7 +24,7 @@
-
+ @csrf
@@ -92,7 +92,7 @@
@@ -123,5 +123,13 @@
+ @endsection diff --git a/resources/views/ticket/index.blade.php b/resources/views/ticket/index.blade.php index 1f8b515d..0ce80e0e 100644 --- a/resources/views/ticket/index.blade.php +++ b/resources/views/ticket/index.blade.php @@ -72,8 +72,12 @@ @endforeach - + @if($tickets->hasPages()) + + @endif
diff --git a/resources/views/ticket/show.blade.php b/resources/views/ticket/show.blade.php index 8bb41972..f91b01d3 100644 --- a/resources/views/ticket/show.blade.php +++ b/resources/views/ticket/show.blade.php @@ -110,7 +110,7 @@
@endforeach
- + {!! csrf_field() !!}
@@ -122,7 +122,7 @@ @endif
- +
@@ -133,5 +133,13 @@ + @endsection