mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
15 lines
525 B
PHP
Executable File
15 lines
525 B
PHP
Executable File
@extends('header')
|
|
|
|
@section('content')
|
|
|
|
<ul class="nav nav-tabs nav nav-justified">
|
|
{{ HTML::nav_link('company/details', 'company_details') }}
|
|
{{ HTML::nav_link('company/payments', 'online_payments') }}
|
|
{{ HTML::nav_link('company/products', 'product_library') }}
|
|
{{ HTML::nav_link('company/notifications', 'notifications') }}
|
|
{{ HTML::nav_link('company/import_export', 'import_export', 'company/import_map') }}
|
|
{{ HTML::nav_link('company/custom_fields', 'custom_fields') }}
|
|
</ul>
|
|
<p> </p>
|
|
|
|
@stop |