@extends('layouts.admin') @section('title', 'Install New Module') @section('header_title', 'Install New Module') @section('content')

Upload Module ZIP File

@csrf
@error('module_zip')

{{ $message }}

@enderror
@endsection