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

{{ translate('Install Plugin') }}

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

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

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