@extends('Layout::admin.app') @section("content")

{{ __('Upload Theme')}}

@include('admin.message')
@csrf
{{__("Select theme file")}}

{{__("Maximum file size is: ")}}{{formatBytes(getMaximumFileUploadSize(),0)}}

@endsection