@extends('layouts.app') @section('content')

Submit Patents Details

Fill in the details of your Patents.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Accepted formats: JPG, JPEG, PNG, PDF, DOC, DOCX, ZIP

@endsection