@extends('newBase', [ 'scripts' => [ 'imageUploader' ] ]) @section('title', __('image upload')) @section('content') @include('components.imageUpload', [ 'name' => 'testImage', 'imageId' => 'test', 'extensions' => [ 'jpg', 'jpeg', 'png' ], 'height' => '400', 'width' => '400', 'maxSize' => 1000000, 'current' => asset('/img/logo.png') ]) @endsection