Commit 37fe3747 authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

correcoes de merge

parent 89a6c970
...@@ -9,15 +9,9 @@ ...@@ -9,15 +9,9 @@
@endsection @endsection
@section('nav') @section('nav')
<<<<<<< HEAD
@include('layouts.navigation', [
'index_menu' => $index_menu,
])
=======
@include('layouts.navigation', [ @include('layouts.navigation', [
'menu' => $menu 'menu' => $menu
]) ])
>>>>>>> updates_deploy
@endsection @endsection
@php @php
...@@ -62,10 +56,6 @@ ...@@ -62,10 +56,6 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<form method="post" action="{{ route('update_password') }}">
@csrf
@method('POST')
<!-- Panels --> <!-- Panels -->
<div id="tab-containers" class="tab-content"> <div id="tab-containers" class="tab-content">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment