You can use <iframe> to embed the file manager in the section of your site Eg: @section('content') <iframe src="{{ url('laravel-filemanager') }}" style="width: 100%; height: 500px; overflow: hidden; border: none;"></iframe> @endsection