@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')

{{ __(' Add Add-on') }}

@include('common.demo') @include('common.errors')
@if (env('APP_ENV') == 'demo') @else
@csrf
@error('addonfile')
{{ $message }}
@enderror {{ __('Add the zip folder here') }}
@endif
@endsection