mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Refactored title blade areas
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8c65880504
commit
f893b23129
|
@ -1,21 +1,12 @@
|
||||||
@extends('layouts/default')
|
@extends('layouts/default')
|
||||||
|
|
||||||
@section('title0')
|
|
||||||
|
|
||||||
@if ((Request::get('company_id')) && ($company))
|
|
||||||
{{ $company->name }}
|
|
||||||
@endif
|
|
||||||
|
|
||||||
{{ trans_choice('general.audit_due_days', $settings->audit_warning_days, ['days' => $settings->audit_warning_days]) }}
|
|
||||||
|
|
||||||
@stop
|
|
||||||
|
|
||||||
{{-- Page title --}}
|
{{-- Page title --}}
|
||||||
@section('title')
|
@section('title')
|
||||||
@yield('title0') @parent
|
{{ trans_choice('general.audit_due_days', $settings->audit_warning_days, ['days' => $settings->audit_warning_days]) }}
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
@section('content')
|
@section('content')
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
|
|
|
@ -1,21 +1,10 @@
|
||||||
@extends('layouts/default')
|
@extends('layouts/default')
|
||||||
|
|
||||||
@section('title0')
|
|
||||||
|
|
||||||
@if ((Request::get('company_id')) && ($company))
|
|
||||||
{{ $company->name }}
|
|
||||||
@endif
|
|
||||||
|
|
||||||
{{ trans_choice('general.checkin_due_days', $settings->audit_warning_days, ['days' => $settings->audit_warning_days]) }}
|
|
||||||
|
|
||||||
@stop
|
|
||||||
|
|
||||||
{{-- Page title --}}
|
{{-- Page title --}}
|
||||||
@section('title')
|
@section('title')
|
||||||
@yield('title0') @parent
|
{{ trans_choice('general.checkin_due_days', $settings->audit_warning_days, ['days' => $settings->audit_warning_days]) }}
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
@section('content')
|
@section('content')
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
|
|
Loading…
Reference in a new issue