{{__("Dashboard")}}
{{__("Notifications")}}
{{--
{{__("My Account")}}
--}}
{{__("My account")}}
{{-- @if(Auth::user()->can_import == 1)--}}
{{__("Profile")}}
{{__("Payments")}}
@roles(["admin"])
{{__("Credits")}}
{{__("Transactions")}}
@else
@if(Auth::user()->must_pay == 1)
{{__("Credits")}}
{{__("Transactions")}}
@endif
@endif
{{--
{{__("Payments")}}
--}}
{{__("ECTNS")}}
@if(Auth::user()->can_import == 1)
{{__("New Import ECTNS")}}
@endif
@if(Auth::user()->can_regularisation == 1)
{{__("New Regularisation ECTNS")}}
@endif
@if(Auth::user()->can_export == 1)
{{__("New Export ECTNS")}}
@endif
{{__("List")}}
@roles(["admin"])
{{__("GUCE Imports")}}
{{__("Credits")}}
@endif
@if(Auth::user()->role->name != "public" && Auth::user()->role->name != "public")
{{__("Income")}}
@if(Auth::user()->role->name =="admin" || Auth::user()->can_view_statistics == 1)
{{__("Resports")}}
@endif
@if(Auth::user()->role->name =="admin" || Auth::user()->can_transfer == 1)
{{__("Transfert")}}
@endif
@else
{{__("User Income")}}
@if(Auth::user()->agency_id != 2 || Auth::user()->role->name == "admin")
{{__("User Resports")}}
@endif
@endif
@if(Auth::user()->role->name =="admin")
{{__("Payments")}}
{{__("Configurations")}}
{{__("Agencies")}}
{{__("Tariffs")}}
{{__("Ports")}}
{{__("Carriers")}}
{{__("Places")}}
{{__("Shippers")}}
{{__("Incoterms")}}
{{__("Currencies")}}
{{__("templates")}}
{{__("Users")}}
Blog
{{__("Blog Categories")}}
{{__("Posts")}}
{{__("Messages")}}
{{__("Faqs")}}
{{__("Settings")}}
@endif
{{__("Logout")}}