@extends( 'newBase' ) @section('title', 'index') @section('content')

{{$title}} ({{$count}})

@if($method == 'outbox' || $method == 'draft') @endif @if(in_array($method,['index','dustbin'])) @if($method == 'dustbin') @else @endif @endif @if($method == 'draft' || $method == 'index') @if($method == 'index')      {{__('Only Show Unread')}} @endif {{__('Select All')}} @endif
@if($type == 1) @endif
{{__('Action')}} {{__('The sender')}} {{__('Title')}}{{__('To Top')}}{{$timeType}}
@endsection