application status draft
This commit is contained in:
parent
2c5f68a6f0
commit
1c2cceec8e
|
|
@ -72,6 +72,7 @@
|
|||
'name' => 'Name',
|
||||
'size' => 'Size (kb)',
|
||||
'type' => 'Type',
|
||||
'profile_type' => 'Profile type',
|
||||
],
|
||||
'dashboard' => [
|
||||
'title' => 'Dashboard',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="form-group">
|
||||
<label for="company"><small>Profile type</small></label>
|
||||
<label for="company"><small>@lang('app.application.profile_type')</small></label>
|
||||
<h6><strong>Entreprenuer</strong></h6>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<nav aria-label="breadcrumb" class="d-none d-lg-block">
|
||||
<ol class="breadcrumb m-0 mb-3">
|
||||
<li class="breadcrumb-item"><a href="{{backpack_url()}}">@lang('app.dashboard.tite')</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{backpack_url('application')}}">@lang('app.application.listTitle')</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{backpack_url()}}">@lang('app.dashboard.title')</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{backpack_url('application')}}">@lang('app.application.list_title')</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">{{ $application->id }}</li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Reference in New Issue