@extends('layouts/default') @section('title0') @if ((Request::get('company_id')) && ($company)) {{ $company->name }} @endif {{ trans('general.audit_due_days', ['days' => $settings->audit_warning_days]) }} @stop {{-- Page title --}} @section('title') @yield('title0') @parent @stop {{-- Page content --}} @section('content')