@auth
  • {{__('Review')}}
  • {{__('Product')}}
  • {{__('Post')}}
    @can('admin')
  • {{__('Admin Panel')}}
  • @endcan
  • {{__('Profile Edit')}}
  • @csrf
@else
{{__('Log in')}} {{-- {{__('Register')}} --}}
@endauth
  • {{__('Home')}}
  • {{__('Categories')}}
  • {{__('Reviews')}}
  • {{__('Products')}}
  • {{__('Posts')}}
  • {{__('About Us')}}
  • {{__('Contact')}}
  • {{__('Home')}}
  • {{__('Categories')}}
  • {{__('Reviews')}}
  • {{__('Blog')}}
  • {{__('About Us')}}
  • {{__('Contact')}}
  • {{__('Homepage')}}
  • @foreach ($categories as $category)
  • {{__($category->name)}}
  • @endforeach