@extends('user::_layouts.authenticated.layout') @section('title', __('messages.global.imported_reports')) @section('content')
{{ __('messages.global.imported_reports') }}
{{ csrf_field() }}
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endsection @section('js') {{-- Disable form when submitted --}} @endsection