@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __('Imap Setting') }}

@include('common.demo') @include('common.errors')
@csrf
{{ __($description) }}.
@if (env('APP_ENV') != 'demo')
@endif
@endsection