@extends('layouts.vertical', ['subtitle' => 'File Uploads'])
@section('content')
@include('layouts.partials/page-title', ['title' => 'Form', 'subtitle' => 'File Uploads'])
Drop files here or click to upload.
Please upload a file with the extension .xls or .xlsx with a maximum size of 10 MB.
@endsection
@section('scripts')
@vite(['resources/js/data/advertisements/form-upload.js'])
@endsection