@extends('core::base.layouts.master') @section('title') {{ translate('Install Themes') }} @endsection @section('main_content')

{{ translate('Install Theme') }}

@if ($errors->has('error'))

{{ $errors->first('error') }}

@endif
@csrf
@if ($errors->has('zip_file'))
{{ $errors->first('zip_file') }}
@endif
@endsection @section('custom_scripts') @endsection