@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Articles
@if(isset($user)) View All @endif
@if($tab == 'pending' || $tab == 'published') @include('order.articles.tabs.pending') @else @include('order.articles.tabs.'.$tab) @endif
@endsection