From 20e585a879fbe10131a16d50fbf4e9e1211ea299 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 9 Oct 2016 11:11:54 +0100 Subject: [PATCH] Use the auth.logout route --- resources/views/partials/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index 33cdd7fb..0dd4f7d4 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -23,7 +23,7 @@ @endif @if($current_user)
  • - {{ trans('dashboard.logout') }} + {{ trans('dashboard.logout') }}
  • @endif