mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
13 lines
393 B
PHP
Executable File
13 lines
393 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/notifications', 'Notifications') }}
|
|
{{ HTML::nav_link('company/import_export', 'Import/Export', 'company/import_map') }}
|
|
</ul>
|
|
<p> </p>
|
|
|
|
@stop |