@extends('layouts.main')
@section('title', 'Pdf Upload')
@section('content')
Convert PDF to Text
@if ($errors->any())
Whoops!
There were some problems with your upload.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('script')
@endsection