{{ config('app.name', 'Laravel') }}
@if (Auth::check())
  • {{ link_to_route('cart.index', trans('nav_menu.draft_list'), [], ['class' => 'strong text-primary']) }}
  • {{ link_to_route('transactions.index', trans('transaction.list')) }}
  • {{ csrf_field() }}
  • {{ trans('product.product') }}
    • {{ link_to_route('products.index', trans('product.list')) }}
    • {{ link_to_route('units.index', trans('unit.product_unit')) }}
    • {{ link_to_route('products.price-list', trans('product.print_price_list')) }}
  • {{ Auth::user()->name }}
    • {{ link_to_route('users.index', trans('user.list')) }}
    • {{ link_to_route('backups.index', trans('backup.list')) }}
    • {{ link_to_route('change-password', trans('auth.change_password')) }}
    • Logout
      {{ csrf_field() }}
@endif