@extends('frontend.layouts.template') @section('stylesheet') @endsection @section('content')
@if (auth()->user()->level == 'admin' || auth()->user()->level == 'researchers')

@include('frontend.member.inc-tab-article')

@include('frontend.member.inc-history')
@else
@include('frontend.member.inc-history')
@endif
@endsection @section('modals') @endsection @section('javascript') @endsection