@extends('site.inner') @section('title') {{label('lbl_how_doi')}} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {{ label('lbl_how_doi') }} @endsection --}} @section('page_content')

{!! label('lbl_how_doi') !!}

@if (count($howdois))
{!! $howdois->render() !!}
@else
{{label('lbl_no_information')}}
@endif
@include('site.includes/sidebar')
@stop